Package: effect
Module: Utils
PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict.
Signature
declare class PCGRandom { constructor(
seedHi?: OptionalNumber,
seedLo?: OptionalNumber,
incHi?: OptionalNumber,
incLo?: OptionalNumber
) }
Since v2.0.0