![]() |
TrinityCore
|
Include dependency graph for Random.cpp:Go to the source code of this file.
Functions | |
| int32 | irand (int32 min, int32 max) |
| uint32 | urand (uint32 min, uint32 max) |
| uint32 | urandms (uint32 min, uint32 max) |
| float | frand (float min, float max) |
| Milliseconds | randtime (Milliseconds min, Milliseconds max) |
| uint32 | rand32 () |
| float | rand_norm () |
| float | rand_chance () |
| uint32 | urandweighted (size_t count, double const *chances) |
| float frand | ( | float | min, |
| float | max | ||
| ) |
| uint32 rand32 | ( | ) |
| float rand_chance | ( | ) |
| float rand_norm | ( | ) |
| Milliseconds randtime | ( | Milliseconds | min, |
| Milliseconds | max | ||
| ) |
Definition at line 62 of file Random.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 42 of file Random.cpp.
Definition at line 49 of file Random.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 urandweighted | ( | size_t | count, |
| double const * | chances | ||
| ) |