|
Crossfire Server
1.75.0
|
#include <random>Go to the source code of this file.
Functions | |
| uint32_t | cf_random (void) |
| void | cf_srandom (unsigned long seed) |
Variables | |
| static std::mt19937 | generator |
| uint32_t cf_random | ( | void | ) |
| void cf_srandom | ( | unsigned long | seed | ) |
Definition at line 9 of file cf_random.cpp.
References generator.
|
static |
Definition at line 3 of file cf_random.cpp.
Referenced by cf_random(), and cf_srandom().