The nvmath.device module is experimental and potentially subject to future changes.

StatesMRG32k3a#

class nvmath.device.random.StatesMRG32k3a(n)[source]#

States of MRG32k3a bit generator.

Once created, the states can be initialized by nvmath.device.random.init() function. See the documentation of nvmath.device.random.init() for details and examples.

Attributes

data#

Methods