Remote-processing CAMBASIC Manuel d'utilisateur Page 144

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 208
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 143
Commands - 111
RND
Numeric Fun ction
SYNTAX: n = RND(m)
PURPOSE: To return a pseudo– random number between 0 and 1.
REMARK S: The RND function returns a pseudo– random num ber between 0 and 1.
An m of less than zero will initialize the pseudo– random num ber sequence. Each time the
pseudo random number generator is initialized with the same m number, it will produce the same
sequence of pseudo– random number s.
An m of zero will cause RND to return the previous random number.
An m of greater than zero will cause RND to return the next random number in the sequence.
EXAMPLE: 10 R = RND(–1)
20 S = RND(0)
30 T = RND(1)
40 PRINT R,S,T
RUN
7.65943E–06 7.65943E–06 .163989
ERROR: none
Vue de la page 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 207 208

Commentaires sur ces manuels

Pas de commentaire