Module

Random.SplitMix

Package
purescript-splitmix
Repository
the-dr-lazy/purescript-splitmix

#SMGen Source

newtype SMGen

Constructors

Instances

#nextUInt64 Source

nextUInt64 :: SMGen -> Tuple UInt64 SMGen

Generate a 'UInt64'.

#split Source

split :: SMGen -> Tuple SMGen SMGen

Split a generator into a two uncorrelated generators.