nvmath.bindings.curand.get_scramble_constants32

nvmath.bindings.curand.get_scramble_constants32(size_t size)[source]

Get scramble constants for 32-bit scrambled Sobol’ .

Parameters:

size (size_t) – The number of dimensions.

Returns:

a array of shape (size,).

Return type:

numpy.ndarray

See also

curandGetScrambleConstants32