asUniformRandomProvider

fun RandomGenerator.asUniformRandomProvider(): UniformRandomProvider(source)

Represent this RandomGenerator as commons-rng UniformRandomProvider preserving and mirroring its current state. Getting new value from one of those changes the state of another.