Cprrng::alignment | Structure to assemble the alignment parameters |
Cprrng::exponential_distribution | Exponential distribution |
Cprrng::gamma_distribution | Gamma distribution |
Cprrng::GeneratorBase< Derived > | Base class of the pseudorandom number generators providing common methods |
▼Cprrng::GeneratorBase< pcg32 > | |
▼Cprrng::pcg32 | Random number generate using the pcg32 algorithm |
Cprrng::pcg32_index | Overload 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_array | Array of independent generators |
▼Cprrng::pcg32_arrayBase< pcg32_index, std::vector< size_t > > | |
Cprrng::pcg32_index_array | Array 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_distribution | Normal distribution |
Cprrng::pareto_distribution | Pareto 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_distribution | Power distribution |
Cprrng::weibull_distribution | Weibull distribution |