Creates a pseudo-random number generator that generates random numbers in
the range [0, 1), based on the given seed. The algorithm used for
generation is PCG32.
UNSTABLE: New API, yet to be vetted.
Parameters
seed: bigint
The seed used to initialize the random number generator's state.
Creates a pseudo-random number generator that generates random numbers in the range
[0, 1), based on the given seed. The algorithm used for generation is PCG32.UNSTABLE: New API, yet to be vetted.