randomLongBetween

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

A random long from min to max (inclusive).