Suite • opensavvy.prepared.suite.random • randomInt
randomInt¶
fun randomInt(): PreparedProvider<Int>
Provider for a random integer.
See also¶
-
randomLearn more about random values and reproducibility.
-
Random.nextIntStandard library.
-
Random.Default.nextIntDirect value equivalent.
fun randomInt(from: Int, until: Int): PreparedProvider<Int>
Provider for a random integer.
See also¶
-
randomLearn more about random values and reproducibility.
-
Random.nextIntStandard library.
-
Random.Default.nextIntDirect value equivalent.