Struct rnd#

Struct Documentation#

struct rnd#

Public Functions

inline explicit rnd(float _a = 0.F, float _b = 1.F)#
inline auto operator()(const unsigned int n) const -> float#

Public Members

float a#
float b#
unsigned int seed#

Public Static Attributes

static std::atomic<unsigned int> global_counter#