nextDouble

open override fun nextDouble(): Double

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

This implementation uses .nextLong internally.