Definition in file SgRandom.h.
#include <algorithm>
#include <list>
#include <boost/random/mersenne_twister.hpp>
#include "SgArray.h"
Go to the source code of this file.
Classes | |
| class | SgRandom |
| Random number generator. More... | |
| struct | SgRandom::GlobalData |
Functions | |
| float | SgRandomFloat (float min, float max) |
| Get a random float in [min, max]. | |
| float SgRandomFloat | ( | float | min, | |
| float | max | |||
| ) |