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