nvmath.bindings.curand.set_generator_ordering

nvmath.bindings.curand.set_generator_ordering(intptr_t generator, int order)[source]

Set the ordering of results of the pseudo or quasirandom number generator.

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

  • order (Ordering) – Ordering of results.

See also

curandSetGeneratorOrdering