Suite • opensavvy.prepared.suite.random • randomLong
randomLong¶
fun randomLong(): PreparedProvider<Long>
Provider for a random integer.
See also¶
-
random
Learn more about random values and reproducibility. -
Random.nextLong
Standard library. -
Random.Default.nextLong
Direct value equivalent.
fun randomLong(from: Long, until: Long): PreparedProvider<Long>
Provider for a random integer.
See also¶
-
random
Learn more about random values and reproducibility. -
Random.nextLong
Standard library. -
Random.Default.nextLong
Direct value equivalent.