Remote-processing CAMBASIC Manual de usuario Pagina 144

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 208
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 207 208

Comentarios a estos manuales

Sin comentarios