|
Pyrogenesis
13997
|
#include "precompiled.h"#include "Noise.h"#include <cmath>#include <boost/random/mersenne_twister.hpp>Go to the source code of this file.
Namespaces | |
| anonymous_namespace{Noise.cpp} | |
Functions | |
| float | anonymous_namespace{Noise.cpp}::randFloat () |
| Utility function for random numbers. More... | |
| float | anonymous_namespace{Noise.cpp}::easeCurve (float t) |
| Utility function used in both noises as an ease curve. More... | |
Variables | |
| boost::mt19937 | anonymous_namespace{Noise.cpp}::rng |
| Random number generator (Boost Mersenne Twister) More... | |
1.8.5