Rand_Seed
Last Modified: May 29, 2005 21:05PM
|
|
| (Any)
|
Description
INT RAND_SEED ( INT number )
It changes the seed which allows to generate the random numbers returned by the function Rand.
PARAMETERS:
INT number: New number of seed for Rand
DESCRIPTION:
At the beginning of the program, a random seed is selected (based on the hour of the day). If you want to generate a random seed again, it is possible to use the function Time.
|
User Contributed Notes Rand_Seed |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:03 |
|
|