nextFloat

open override fun nextFloat(): Float

Returns a pseudo-random, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.

This implementation uses .nextLong internally.