pub fn create_generator_kind(
    kind: curandRngType_t
) -> Result<curandGenerator_t, CurandError>
Expand description

Create new random number generator.

See cuRAND docs.