Class RandomSupport
java.lang.Object
net.minecraft.world.level.levelgen.RandomSupport
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
private static final AtomicLong
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
static long
mixStafford13
(long p_189330_) static RandomSupport.Seed128bit
upgradeSeedTo128bit
(long p_189332_)
-
Field Details
-
GOLDEN_RATIO_64
public static final long GOLDEN_RATIO_64- See Also:
-
SILVER_RATIO_64
public static final long SILVER_RATIO_64- See Also:
-
SEED_UNIQUIFIER
-
-
Constructor Details
-
RandomSupport
public RandomSupport()
-
-
Method Details
-
mixStafford13
public static long mixStafford13(long p_189330_) -
upgradeSeedTo128bit
-
generateUniqueSeed
public static long generateUniqueSeed()
-