net.minecraft.world.level.levelgen

public final class RandomSupport

eef
net.minecraft.world.level.levelgen.RandomSupport
net.minecraft.class_6673
net.minecraft.util.math.random.RandomSeed
net.minecraft.world.level.levelgen.RandomSupport

Field summary

Modifier and TypeField
public static final long
a
GOLDEN_RATIO_64
field_35133
GOLDEN_RATIO_64
public static final long
b
SILVER_RATIO_64
field_35134
SILVER_RATIO_64
private static final com.google.common.hash.HashFunction
c
MD5_128
field_44918
MD5_HASH
private static final AtomicLong
d
SEED_UNIQUIFIER
field_35135
SEED_UNIQUIFIER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static long
a(long arg0)
mixStafford13(long arg0)
method_39002(long arg0)
mixStafford13(long seed)
public static RandomSupport$Seed128bit
b(long arg0)
upgradeSeedTo128bitUnmixed(long arg0)
method_52211(long arg0)
createUnmixedXoroshiroSeed(long seed)
public static RandomSupport$Seed128bit
c(long arg0)
upgradeSeedTo128bit(long arg0)
method_39003(long arg0)
createXoroshiroSeed(long seed)
public static RandomSupport$Seed128bit
a(String arg0)
seedFromHashOf(String arg0)
method_52180(String arg0)
createXoroshiroSeed(String seed)
public static long
a()
generateUniqueSeed()
method_39001()
getSeed()