net.minecraft.world.level.levelgen

public class SingleThreadedRandomSource

implements BitRandomSource

cts
net.minecraft.world.level.levelgen.SingleThreadedRandomSource
net.minecraft.class_6575
net.minecraft.world.gen.random.SimpleRandom
net.minecraft.src.C_182909_

Field summary

Modifier and TypeField
private static final int
c
MODULUS_BITS
field_34689
INT_BITS
f_189346_
private static final long
d
MODULUS_MASK
field_34690
SEED_MASK
f_189347_
private static final long
e
MULTIPLIER
field_34691
MULTIPLIER
f_189348_
private static final long
f
INCREMENT
field_34692
INCREMENT
f_189349_
private long
g
seed
field_34693
seed
f_189350_
private final MarsagliaPolarGaussian
h
gaussianSource
field_35136
gaussianGenerator
f_189351_

Constructor summary

ModifierConstructor
public (long seed)

Method summary

Modifier and TypeMethod
public RandomSource
a()
fork()
method_38420()
derive()
m_183458_()
public PositionalRandomFactory
b()
forkPositional()
method_38421()
createRandomDeriver()
m_183423_()
public void
setSeed(long arg0)
setSeed(long arg0)
setSeed(long arg0)
setSeed(long arg0)
setSeed(long arg0)
public int
a(int arg0)
next(int arg0)
method_33651(int arg0)
next(int arg0)
m_183145_(int arg0)
public double
nextGaussian()
nextGaussian()
nextGaussian()