srandInitializes the random number generator | |||
Arguments
Return ValueNone.ExplanationSets the new seed for the random number generator to the value specified by seed. The random number generator is reinitialized to its initial starting point by specifying a seed of 1.See Alsorand() |