Random numbers. More...
#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]. |
Random numbers.
Definition in file SgRandom.h.
float SgRandomFloat | ( | float | min, | |
float | max | |||
) |