prrng 1.12.1
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NprrngPortable Reconstructible (Pseudo!) Random Number Generator
 CalignmentStructure to assemble the alignment parameters
 Cexponential_distributionExponential distribution
 Cgamma_distributionGamma distribution
 CGeneratorBaseBase class of the pseudorandom number generators providing common methods
 CGeneratorBase_arrayBase class of an array of pseudorandom number generators
 Cnormal_distributionNormal distribution
 Cpareto_distributionPareto distribution
 Cpcg32Random number generate using the pcg32 algorithm
 Cpcg32_arrayArray of independent generators
 Cpcg32_array_chunkArray of generators of which a chunk of the random sequence is kept in memory
 Cpcg32_array_cumsumArray of generators of a random cumulative sum, see prrng::pcg32_cumsum()
 Cpcg32_arrayBaseBase class, see pcg32_array for description
 Cpcg32_arrayBase_chunkArray of generators of which a chunk of random numbers is kept in memory.
 Cpcg32_arrayBase_chunkBaseArray of generators of which a chunk of random numbers is kept in memory
 Cpcg32_arrayBase_cumsumTODO: copydoc
 Cpcg32_cumsumGenerator of a random cumulative sum of which a chunk is kept in memory
 Cpcg32_indexOverload of prrng::pcg32() that keeps track of the current index of the generator in the sequence
 Cpcg32_index_arrayArray of prrng::pcg32_index()
 Cpcg32_index_tensorFixed rank version of pcg32_index_array
 Cpcg32_tensorFixed rank version of pcg32_array
 Cpcg32_tensor_chunkArray of generators of which a chunk of the random sequence is kept in memory
 Cpcg32_tensor_cumsumArray of generators of a random cumulative sum, see prrng::pcg32_cumsum()
 Cpower_distributionPower distribution
 Cweibull_distributionWeibull distribution