Important: The information in this document is obsolete and should not be used for new development.
GetRandomSeed
You can use theGetRandomSeedfunction to return the current seed for the random number generating algorithm.
wide *GetRandomSeed(wide *seed);
seed- A pointer to the current random number generator seed.
- function result
- The pointer passed in the
seed parameter.DESCRIPTION
TheGetRandomSeedfunction returns the current seed for the random number generator and returns the pointer passed inseed.SEE ALSO
TheRandomBitsfunction uses the current seed to generate the next random number. TheRandomBitsfunction is described in the previous section. TheSetRandomSeedfunction changes the current seed. TheSetRandomSeedfunction is described in the previous section.
 
  
  
 