XorShiftRandom

class XorShiftRandom(seed: Long = 88675123)

Constructors

Link copied to clipboard
constructor(seed: Long = 88675123)

Functions

Link copied to clipboard
fun next(): Int
Link copied to clipboard
fun nextInt(min: Int = 0, max: Int = 100): Int