atLeast

fun atLeast(random: Random, i: Int): Int

Returns a number of at least i

The actual number returned will be influenced by whether .TEST_NIGHTLY is active and .RANDOM_MULTIPLIER, but also with some random fudge.


fun atLeast(i: Int): Int