...
lib_math.h/lib_math.c
Prototype
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
RAND_NBR Math_Rand (void);
|
Arguments
None.
Returned Value
...
Math_Rand()
is re-entrant since it calculates the next random number in critical sections.
Example Usage
...
Language | C++ |
---|---|
CaptionText | CAPTION |
language | cpp |
...