set_quasi_random_generator_dimensions#

nvmath.bindings.curand.set_quasi_random_generator_dimensions(
intptr_t generator,
unsigned int num_dimensions,
)[source]#

Set the number of dimensions.

Parameters:
  • generator (intptr_t) – Generator to modify.

  • num_dimensions (unsigned int) – Number of dimensions.

See also

curandSetQuasiRandomGeneratorDimensions