dopt.cuda.random

Undocumented in source.

Members

Aliases

curandGenerator_t
alias curandGenerator_t = curandGenerator_st*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

curandGenerator_st
struct curandGenerator_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

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.

Meta