Armadillo
0.1.1
TheexpandableOS
|
Random number generator. More...
Go to the source code of this file.
Functions | |
int | rand (int maximum) |
int | krand (int max) |
void | rand_init () |
Random number generator.
int rand | ( | int | maximum | ) |
Returns a random number between 0 and the specified number.
maximum | The upper limit. |