randomLongBetween

fun randomLongBetween(r: Random, min: Long, max: Long): Long

A random long between min (inclusive) and max (inclusive).