MCL
A C++ library mirroring some of the most common Matlab functions.
|
This is the complete list of members for mcl::RandomGenerator, including all inherited members.
Rand(const Int size) | mcl::RandomGenerator | |
Rand() | mcl::RandomGenerator | inline |
RandInt(const Int &minimum, const Int &maximum) | mcl::RandomGenerator | |
Randn(const Int size) | mcl::RandomGenerator | |
RandomGenerator() | mcl::RandomGenerator | |
RandomGenerator(unsigned int seed) | mcl::RandomGenerator | |
SetSeed(unsigned int seed) | mcl::RandomGenerator | inline |
Test() | mcl::RandomGenerator | static |