|
|
srandInitializes the random number generator |
| Syntax |
|
| Description |
| Initializes the random number generator "seeding" it with <seed> which must be an integer. If no <seed> is passed it defaults to 1. Sequences of random numbers can be repeated by using the same <seed> value. |
| See also |
| setreturn, halt, break |