|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gSetRandSeed
Syntax
[C/C++:]
void gSetRandSeed(int seed);
[F90:]
subroutine gSetRandSeed(seed)
integer, intent(in) :: seed
Arguments
seed
Random number seed value
Description
The system utility gSetRandSeed() can be used in conjunction with gGetRand() to set a fixed seed value to the pseudo random number generator.
See Also
gSetRandSeed UsagegGetRand