_seed | RandomLib::RandomSeed | protected |
_state | RandomLib::RandomEngine< Algorithm, Mixer > | |
_stateu | RandomLib::RandomEngine< Algorithm, Mixer > | |
_statev | RandomLib::RandomEngine< Algorithm, Mixer > | |
Count() const | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
GetStride() const | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
Load(std::istream &is, bool bin=true) | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
mask | RandomLib::RandomEngine< Algorithm, Mixer > | protectedstatic |
max | RandomLib::RandomEngine< Algorithm, Mixer > | static |
min | RandomLib::RandomEngine< Algorithm, Mixer > | static |
Name() | RandomLib::RandomEngine< Algorithm, Mixer > | inlinestatic |
operator!=(const RandomEngine &r) const | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
operator()() | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
operator<<(std::ostream &os, const RandomEngine &r) | RandomLib::RandomEngine< Algorithm, Mixer > | friend |
operator==(const RandomEngine &r) const | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
operator>>(std::istream &is, RandomEngine &r) | RandomLib::RandomEngine< Algorithm, Mixer > | friend |
Ran() | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
Ran32() | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
Ran64() | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
RandomEngine(const std::vector< IntType > &v) | RandomLib::RandomEngine< Algorithm, Mixer > | inlineexplicit |
RandomEngine(InputIterator a, InputIterator b) | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
RandomEngine(seed_type n) | RandomLib::RandomEngine< Algorithm, Mixer > | inlineexplicit |
RandomEngine() | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
RandomEngine(const std::string &s) | RandomLib::RandomEngine< Algorithm, Mixer > | inlineexplicit |
Reseed(const std::vector< IntType > &v) | RandomLib::RandomSeed | inline |
Reseed(InputIterator a, InputIterator b) | RandomLib::RandomSeed | inline |
Reseed(seed_type n) | RandomLib::RandomSeed | inline |
Reseed() | RandomLib::RandomSeed | inline |
Reseed(const std::string &s) | RandomLib::RandomSeed | inline |
Reset() | RandomLib::RandomEngine< Algorithm, Mixer > | inlinevirtual |
result_type typedef | RandomLib::RandomEngine< Algorithm, Mixer > | |
Save(std::ostream &os, bool bin=true) const | RandomLib::RandomEngine< Algorithm, Mixer > | |
Seed() const | RandomLib::RandomSeed | inline |
seed_t typedef | RandomLib::RandomSeed | |
seed_type typedef | RandomLib::RandomSeed | |
SeedString() const | RandomLib::RandomSeed | inline |
SeedVector() | RandomLib::RandomSeed | static |
SeedWord() | RandomLib::RandomSeed | static |
SelfTest() | RandomLib::RandomEngine< Algorithm, Mixer > | static |
SetCount(long long n) | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
SetStride(unsigned n=1, unsigned k=0) | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
StepCount(long long n) | RandomLib::RandomEngine< Algorithm, Mixer > | |
StringToVector(const std::string &s) | RandomLib::RandomSeed | static |
swap(RandomEngine &t) | RandomLib::RandomEngine< Algorithm, Mixer > | inline |
u32 typedef | RandomLib::RandomSeed | |
u64 typedef | RandomLib::RandomSeed | |
VectorToString(const std::vector< IntType > &v) | RandomLib::RandomSeed | inlinestatic |
width enum value | RandomLib::RandomEngine< Algorithm, Mixer > | |
~RandomSeed()=0 | RandomLib::RandomSeed | inlinepure virtual |