Go to the source code of this file.
Functions |
|
int | posrandom () |
return strong random number |
|
int | possimplerandom () |
return simple random number |
This source file hosts the posrandom() function for generating random numbers.
Definition in file random.h.
|
return strong random number This function returns a strongly random number that should be unpredictable. |
|
return simple random number This function returns a simple random number, and therefore, it is much faster than posrandom(). |