net.minecraft.util

public class LinearCongruentialGenerator

azz
net.minecraft.util.LinearCongruentialGenerator
net.minecraft.class_4540
net.minecraft.world.biome.source.SeedMixer
net.minecraft.util.LinearCongruentialGenerator

Field summary

Modifier and TypeField
private static final long
a
MULTIPLIER
field_29842
field_29842
private static final long
b
INCREMENT
field_29843
field_29843

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static long
a(long arg0, long arg1)
next(long arg0, long arg1)
method_22372(long arg0, long arg1)
mixSeed(long seed, long salt)