This is the complete list of members for RandomGeneratorSingleton, including all inherited members.
| destroyInstance(void) | LazyInstantiation< Private::SingletonTrait< RandomGeneratorSingleton, singleton::LazyInstantiation, singleton::CreateUsingNew, singleton::NormalLifetime, singleton::MutexLock > > | inlineprotectedstatic |
| gaussian(double sigma=1.0) | RandomGeneratorSingleton | inline |
| instance() | Singleton< RandomGeneratorSingleton, singleton::LazyInstantiation, singleton::CreateUsingNew > | inlinestatic |
| isDestroyed() | Singleton< RandomGeneratorSingleton, singleton::LazyInstantiation, singleton::CreateUsingNew > | inlinestatic |
| makeInstance() | LazyInstantiation< Private::SingletonTrait< RandomGeneratorSingleton, singleton::LazyInstantiation, singleton::CreateUsingNew, singleton::NormalLifetime, singleton::MutexLock > > | inlineprotectedstatic |
| mira::singleton::CreateUsingNew< RandomGeneratorSingleton > | RandomGeneratorSingleton | friend |
| normal(double sigma=1.0) | RandomGeneratorSingleton | inline |
| random() | RandomGeneratorSingleton | inline |
| seed(uint64 seed=0) | RandomGeneratorSingleton | inline |
| Type typedef | Singleton< RandomGeneratorSingleton, singleton::LazyInstantiation, singleton::CreateUsingNew > | |
| uniform(T min, T max) | RandomGeneratorSingleton | inline |