//core/io.github.serpro69.kfaker/RandomService/nextBoolean
nextBoolean¶
[jvm]\ open override fun nextBoolean(): Boolean
Returns the next pseudorandom, uniformly distributed Boolean value from this random number generator's sequence.
The values true
and false
are produced with (approximately) equal probability.