|
Theoretica
Mathematical Library
|
Pseudorandom number generation. More...
Go to the source code of this file.
Classes | |
| class | theoretica::PRNG |
| A pseudorandom number generator. More... | |
Namespaces | |
| namespace | theoretica |
| Main namespace of the library which contains all functions and objects. | |
Functions | |
| template<typename Vector > | |
| Vector & | theoretica::shuffle (Vector &v, PRNG &g, unsigned int rounds) |
| Shuffle a set by exchanging random couples of elements. | |
| template<typename Vector > | |
| Vector & | theoretica::shuffle (Vector &v, PRNG &g) |
| Shuffle a set by exchanging random couples of elements. | |
Pseudorandom number generation.