- CURAND_RNG_PSEUDO_DEFAULT
int CURAND_RNG_PSEUDO_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- curandCreateGenerator
int function(curandGenerator_t* generator, int rng_type) curandCreateGenerator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- curandDestroyGenerator
int function(curandGenerator_t generator) curandDestroyGenerator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- curandGenerateUniform
int function(curandGenerator_t generator, float* outputPtr, size_t num) curandGenerateUniform;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- curandSetPseudoRandomGeneratorSeed
int function(curandGenerator_t generator, ulong seed) curandSetPseudoRandomGeneratorSeed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.