- CURAND_RNG_PSEUDO_DEFAULTint 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. 
- curandCreateGeneratorint 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. 
- curandDestroyGeneratorint 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. 
- curandGenerateUniformint 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. 
- curandSetPseudoRandomGeneratorSeedint 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.