Class List#

API library: Class List
API library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nrocrand_cpp
 CerrorA run-time rocRAND error
 Cuniform_int_distributionProduces random integer values uniformly distributed on the interval [0, 2^(sizeof(IntType)*8) - 1]
 Cuniform_real_distributionProduces random floating-point values uniformly distributed on the interval (0, 1]
 Cnormal_distributionProduces random numbers according to a normal distribution
 Cparam_typeThe type of the distribution parameter set
 Clognormal_distributionProduces positive random numbers according to a log-normal distribution
 Cparam_typeThe type of the distribution parameter set
 Cpoisson_distributionProduces random non-negative integer values distributed according to Poisson distribution
 Cparam_typeThe type of the distribution parameter set
 Cphilox4x32_10_enginePseudorandom number engine based Philox algorithm
 Cxorwow_enginePseudorandom number engine based XORWOW algorithm
 Cmrg31k3p_enginePseudorandom number engine based MRG31k3p CMRG
 Cmrg32k3a_enginePseudorandom number engine based MRG32k3a CMRG
 Cmtgp32_engineRandom number engine based on the Mersenne Twister for Graphic Processors algorithm
 Clfsr113_engineRandom number engine based on the LFSR113 algorithm
 Cmt19937_engineRandom number engine based on the Mersenne Twister algorithm
 Csobol32_engineSobol's quasi-random sequence generator
 Cscrambled_sobol32_engineSobol's scrambled quasi-random sequence generator
 Csobol64_engineSobol's quasi-random sequence generator
 Cscrambled_sobol64_engineSobol's scrambled quasi-random sequence generator
 Cthreefry2x32_20_enginePseudorandom number engine based on 2 state ThreeFry
 Cthreefry2x64_20_enginePseudorandom number engine based 2 state ThreeFry
 Cthreefry4x32_20_enginePseudorandom number engine based on 2 state ThreeFry
 Cthreefry4x64_20_enginePseudorandom number engine based 2 state ThreeFry
 Cmtgp32_params_fast_t
 Crocrand_discrete_distribution_stRepresents a discrete probability distribution