the randomized-bundle More...
Classes | |
class | Maker |
Factory class for Randomized types. More... | |
class | MakerGSL |
Implements Maker by returning a class implementing the Randomized interface by GSL More... | |
class | Randomized |
A common interface for random-number generators. More... | |
class | RNGStateParsingException |
Functions | |
template<typename A > | |
const Randomized::Ptr | fillWithRandom (A &data, Randomized::Ptr ran) |
Fills an array with random data taking a Randomized as parameter. | |
template<typename A > | |
const Randomized::Ptr | fillWithRandom (A &data, unsigned long seed=1001ul, const Maker &maker=MakerGSL()) |
Fills an array with random data creating a Randomized internally. | |
the randomized-bundle