Package net.minecraft.util.math.random
package net.minecraft.util.math.random
-
ClassDescriptionA checked random that fails fast when it detects concurrent usage.A local random, not intended to be shared across threads.A reimplementation of
Random
.A random splitter represents necessary bits from a random that can be combined with other seeds to split a new random from the old one.Deprecated.Xoroshiro128++ based pseudo random number generator.Implementation of Xoroshiro128++ pseudo-random number generator.