next up previous contents
Next: Appendix Up: Other commands Previous: Changing the values of   Contents

Random generator

GICO uses its own random generator, which produces the same pseudo random numbers each time GICO is called. To switch to a different set of numbers, initialize the random generator using a different seed with: 2 I(NITIALIZE) R(ANDOMGENERATOR) <seed> ; [example: I   R   5 ;]

Seed must be an integer between 1 and 10 .

KPII
1999-10-20