net.minecraft.util.math.random

class RandomSequencesState$WrappedRandom

implements Random

net.minecraft.world.RandomSequences$DirtyMarkingRandomSource
net.minecraft.class_8565$class_8629
net.minecraft.util.math.random.RandomSequencesState$WrappedRandom

Field summary

Modifier and TypeField
private final Random
random
field_44864
random
final RandomSequencesState
this$0
field_44865
field_44865

Constructor summary

ModifierConstructor
private (RandomSequencesState this$0, Random random)

Method summary

Modifier and TypeMethod
public Random
fork()
method_38420()
split()
public RandomSplitter
forkPositional()
method_38421()
nextSplitter()
public void
setSeed(long seed)
method_43052(long arg0)
setSeed(long arg0)
public int
nextInt()
method_43054()
nextInt()
public int
nextInt(int bound)
method_43048(int arg0)
nextInt(int arg0)
public long
nextLong()
method_43055()
nextLong()
public boolean
nextBoolean()
method_43056()
nextBoolean()
public float
nextFloat()
method_43057()
nextFloat()
public double
nextDouble()
method_43058()
nextDouble()
public double
nextGaussian()
method_43059()
nextGaussian()