randomBits¶
fun randomBits(bitCount: Int): PreparedProvider<Int>
Provider for random bits.
See also¶
-
random: Learn more about random values and reproducibility. -
KotlinRandom.nextBits: Standard library. -
nextBits: Direct value equivalent.
fun randomBits(bitCount: Int): PreparedProvider<Int>
Provider for random bits.
random: Learn more about random values and reproducibility.
KotlinRandom.nextBits: Standard library.
nextBits: Direct value equivalent.