Gamedev Framework (gf)  0.5.0
A C++11 framework for 2D games
gf::Random Member List

This is the complete list of members for gf::Random, including all inherited members.

computeBernoulli(double p)gf::Randominline
computeNormalFloat(T mean, T stddev)gf::Randominline
computeUniformFloat(T min, T max)gf::Randominline
computeUniformInteger(T min, T max)gf::Randominline
getEngine()gf::Randominline
Random()gf::Random
Random(std::uint_fast32_t seed)gf::Randominline