Package net.minecraft.util.math.random
Interface BaseRandom
- All Superinterfaces:
- Random
- All Known Implementing Classes:
- CheckedRandom,- ChunkRandom,- LocalRandom,- ThreadSafeRandom
- Mappings:
- Namespace - Name - named - net/minecraft/util/math/random/BaseRandom- intermediary - net/minecraft/class_6566- official - eci
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final doublestatic final floatFields inherited from interface net.minecraft.util.math.random.Randomfield_38930
- 
Method SummaryMethods inherited from interface net.minecraft.util.math.random.RandomnextBetween, nextBetweenExclusive, nextGaussian, nextSplitter, nextTriangular, nextTriangular, setSeed, skip, split
- 
Field Details- 
FLOAT_MULTIPLIERstatic final float FLOAT_MULTIPLIER- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - FLOAT_MULTIPLIER- Lnet/minecraft/util/math/random/BaseRandom;FLOAT_MULTIPLIER:F- intermediary - field_34582- Lnet/minecraft/class_6566;field_34582:F- official - b- Leci;b:F
 
- 
DOUBLE_MULTIPLIERstatic final double DOUBLE_MULTIPLIER- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DOUBLE_MULTIPLIER- Lnet/minecraft/util/math/random/BaseRandom;DOUBLE_MULTIPLIER:D- intermediary - field_34583- Lnet/minecraft/class_6566;field_34583:D- official - c- Leci;c:D
 
 
- 
- 
Method Details- 
nextint next(int bits) - Mappings:
- Namespace - Name - Mixin selector - named - next- Lnet/minecraft/util/math/random/BaseRandom;next(I)I- intermediary - method_43156- Lnet/minecraft/class_6566;method_43156(I)I- official - c- Leci;c(I)I
 
- 
nextIntdefault int nextInt()
- 
nextIntdefault int nextInt(int bound) 
- 
nextLongdefault long nextLong()
- 
nextBooleandefault boolean nextBoolean()- Specified by:
- nextBooleanin interface- Random
- Mappings:
- Namespace - Name - Mixin selector - named - nextBoolean- Lnet/minecraft/util/math/random/Random;nextBoolean()Z- intermediary - method_43056- Lnet/minecraft/class_5819;method_43056()Z- official - h- Lazh;h()Z
 
- 
nextFloatdefault float nextFloat()
- 
nextDoubledefault double nextDouble()- Specified by:
- nextDoublein interface- Random
- Mappings:
- Namespace - Name - Mixin selector - named - nextDouble- Lnet/minecraft/util/math/random/Random;nextDouble()D- intermediary - method_43058- Lnet/minecraft/class_5819;method_43058()D- official - j- Lazh;j()D
 
 
-