Pyrogenesis
13997
|
Functions | |
float | randFloat () |
Utility function for random numbers. More... | |
float | easeCurve (float t) |
Utility function used in both noises as an ease curve. More... | |
Variables | |
boost::mt19937 | rng |
Random number generator (Boost Mersenne Twister) More... | |
float anonymous_namespace{Noise.cpp}::easeCurve | ( | float | t | ) |
float anonymous_namespace{Noise.cpp}::randFloat | ( | ) |