![]() |
Xyris
0.5
|
#include <Library/rand.hpp>
Go to the source code of this file.
Functions | |
int | rand (void) |
void | srand (unsigned int seed) |
Variables | |
unsigned long | _seedrand = 1 |
Portable implementation of rand and srand as according to the C standard implementation by K&R.
References: https://wiki.osdev.org/Random_Number_Generator#The_Standard.27s_Example https://pubs.opengroup.org/onlinepubs/9699919799/functions/rand.html
Definition in file rand.cpp.
int rand | ( | void | ) |
void srand | ( | unsigned int | seed | ) |