Suite • opensavvy.prepared.suite.random • randomBits
randomBits¶
fun randomBits(bitCount: Int): PreparedProvider<Int>
Provider for random bits.
See also¶
-
random
Learn more about random values and reproducibility. -
Random.nextBits
Standard library. -
Random.Default.nextBits
Direct value equivalent.