...
lib_math.h/lib_math.c
Prototype
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
RAND_NBR Math_RandSeed (RAND_NBR seed);
|
Arguments
seed
Initial (or current) value to set for the pseudo-random number sequence.
...
Math_RandSeed()
is re-entrant since it calculates the next random number using only local variables.
Example Usage
...
Language | C++ |
---|---|
CaptionText | CAPTION |
language | cpp |
...