nvmath.bindings.curand.get_scramble_constants64

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

Get scramble constants for 64-bit scrambled Sobol’ .

Parameters:

size (size_t) – The number of dimensions.

Returns:

a array of shape (size,).

Return type:

numpy.ndarray

See also

curandGetScrambleConstants64