Interface BitRandomSource
- All Superinterfaces:
- RandomSource
- All Known Implementing Classes:
- LegacyRandomSource,- SingleThreadedRandomSource,- ThreadSafeLegacyRandomSource,- WorldgenRandom
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final doublestatic final floatFields inherited from interface net.minecraft.util.RandomSourceGAUSSIAN_SPREAD_FACTOR
- 
Method SummaryMethods inherited from interface net.minecraft.util.RandomSourceconsumeCount, fork, forkPositional, nextGaussian, nextInt, nextIntBetweenInclusive, setSeed, triangle
- 
Field Details- 
FLOAT_MULTIPLIERstatic final float FLOAT_MULTIPLIER- See Also:
 
- 
DOUBLE_MULTIPLIERstatic final double DOUBLE_MULTIPLIER- See Also:
 
 
- 
- 
Method Details- 
nextint next(int p_188498_) 
- 
nextIntdefault int nextInt()- Specified by:
- nextIntin interface- RandomSource
 
- 
nextIntdefault int nextInt(int p_188504_) - Specified by:
- nextIntin interface- RandomSource
 
- 
nextLongdefault long nextLong()- Specified by:
- nextLongin interface- RandomSource
 
- 
nextBooleandefault boolean nextBoolean()- Specified by:
- nextBooleanin interface- RandomSource
 
- 
nextFloatdefault float nextFloat()- Specified by:
- nextFloatin interface- RandomSource
 
- 
nextDoubledefault double nextDouble()- Specified by:
- nextDoublein interface- RandomSource
 
 
-