net.minecraft.util.math.random

public interface BaseRandom

extends Random

net.minecraft.world.level.levelgen.BitRandomSource
net.minecraft.class_6566
net.minecraft.util.math.random.BaseRandom

Field summary

Modifier and TypeField
float
FLOAT_MULTIPLIER
field_34582
FLOAT_MULTIPLIER
double
DOUBLE_MULTIPLIER
field_34583
DOUBLE_MULTIPLIER

Method summary

Modifier and TypeMethod
int
next(int bits)
method_43156(int arg0)
next(int bits)
default int
nextInt()
method_43054()
nextInt()
default int
nextInt(int bound)
method_43048(int arg0)
nextInt(int arg0)
default long
nextLong()
method_43055()
nextLong()
default boolean
nextBoolean()
method_43056()
nextBoolean()
default float
nextFloat()
method_43057()
nextFloat()
default double
nextDouble()
method_43058()
nextDouble()