prrng 1.12.1
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cprrng::alignmentStructure to assemble the alignment parameters
 Cprrng::exponential_distributionExponential distribution
 Cprrng::gamma_distributionGamma distribution
 Cprrng::GeneratorBase< Derived >Base class of the pseudorandom number generators providing common methods
 Cprrng::GeneratorBase< pcg32 >
 Cprrng::pcg32Random number generate using the pcg32 algorithm
 Cprrng::pcg32_indexOverload of prrng::pcg32() that keeps track of the current index of the generator in the sequence
 Cprrng::GeneratorBase_array< Derived, M >Base class of an array of pseudorandom number generators
 Cprrng::pcg32_arrayBase< pcg32, std::vector< size_t > >
 Cprrng::pcg32_arrayArray of independent generators
 Cprrng::pcg32_arrayBase< pcg32_index, std::vector< size_t > >
 Cprrng::pcg32_index_arrayArray of prrng::pcg32_index()
 Cprrng::pcg32_arrayBase< pcg32_index, std::array< size_t, N > >
 Cprrng::pcg32_index_tensor< N >Fixed rank version of pcg32_index_array
 Cprrng::pcg32_arrayBase< pcg32, std::array< size_t, N > >
 Cprrng::pcg32_tensor< N >Fixed rank version of pcg32_array
 Cprrng::GeneratorBase_array< pcg32_arrayBase< Generator, Shape >, Shape >
 Cprrng::pcg32_arrayBase< Generator, Shape >Base class, see pcg32_array for description
 Cprrng::GeneratorBase_array< pcg32_arrayBase< pcg32, std::array< size_t, N > >, std::array< size_t, N > >
 Cprrng::GeneratorBase_array< pcg32_arrayBase< pcg32, std::vector< size_t > >, std::vector< size_t > >
 Cprrng::GeneratorBase_array< pcg32_arrayBase< pcg32_index, std::array< size_t, N > >, std::array< size_t, N > >
 Cprrng::GeneratorBase_array< pcg32_arrayBase< pcg32_index, std::vector< size_t > >, std::vector< size_t > >
 Cprrng::normal_distributionNormal distribution
 Cprrng::pareto_distributionPareto distribution
 Cprrng::pcg32_arrayBase_chunkBase< Generator, Data, Index, is_cumsum >Array of generators of which a chunk of random numbers is kept in memory
 Cprrng::pcg32_arrayBase_chunk< pcg32_index_array, Data, Index >
 Cprrng::pcg32_array_chunk< Data, Index >Array of generators of which a chunk of the random sequence is kept in memory
 Cprrng::pcg32_arrayBase_chunk< pcg32_index_tensor< N >, Data, Index >
 Cprrng::pcg32_tensor_chunk< Data, Index, N >Array of generators of which a chunk of the random sequence is kept in memory
 Cprrng::pcg32_arrayBase_cumsum< pcg32_index_array, Data, Index >
 Cprrng::pcg32_array_cumsum< Data, Index >Array of generators of a random cumulative sum, see prrng::pcg32_cumsum()
 Cprrng::pcg32_arrayBase_cumsum< pcg32_index_tensor< N >, Data, Index >
 Cprrng::pcg32_tensor_cumsum< Data, Index, N >Array of generators of a random cumulative sum, see prrng::pcg32_cumsum()
 Cprrng::pcg32_arrayBase_chunkBase< Generator, Data, Index, false >
 Cprrng::pcg32_arrayBase_chunk< Generator, Data, Index >Array of generators of which a chunk of random numbers is kept in memory.
 Cprrng::pcg32_arrayBase_chunkBase< Generator, Data, Index, true >
 Cprrng::pcg32_arrayBase_cumsum< Generator, Data, Index >TODO: copydoc
 Cprrng::pcg32_arrayBase_chunkBase< pcg32_index_array, Data, Index, false >
 Cprrng::pcg32_arrayBase_chunkBase< pcg32_index_array, Data, Index, true >
 Cprrng::pcg32_arrayBase_chunkBase< pcg32_index_tensor< N >, Data, Index, false >
 Cprrng::pcg32_arrayBase_chunkBase< pcg32_index_tensor< N >, Data, Index, true >
 Cprrng::pcg32_cumsum< Data >Generator of a random cumulative sum of which a chunk is kept in memory
 Cprrng::power_distributionPower distribution
 Cprrng::weibull_distributionWeibull distribution