A randomizer that can be seeded with a specific seed. The default constructor uses the seed 5489.
A randomizer that can be seeded with a specific seed. The default constructor uses the seed 5489.
int Int()
int int Int(int min, int max)
int uint Uint()
uint uint Uint(uint min, uint max)
uint int64 Int64()
int64 int64 Int64(int64 min, int64 max)
int64 uint64 Uint64()
uint64 uint64 Uint64(uint64 min, uint64 max)
uint64 float Float()
float float Float(float min, float max)
float double Double()
double double Double(double min, double max)
double