Package net.minecraft.util.math.random
Class Xoroshiro128PlusPlusRandomImpl
java.lang.Object
net.minecraft.util.math.random.Xoroshiro128PlusPlusRandomImpl
Implementation of Xoroshiro128++ pseudo-random number generator.
- See Also:
- API Note:
- For regular usage, Xoroshiro128PlusPlusRandomshould be used instead.
- Mappings:
- Namespace - Name - named - net/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl- intermediary - net/minecraft/class_6676- official - edt
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Xoroshiro128PlusPlusRandomImpl> private longprivate long
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_44879- Lnet/minecraft/class_6676;field_44879:Lcom/mojang/serialization/Codec;- official - a- Ledt;a:Lcom/mojang/serialization/Codec;
 
- 
seedLoprivate long seedLo- Mappings:
- Namespace - Name - Mixin selector - named - seedLo- Lnet/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl;seedLo:J- intermediary - field_35146- Lnet/minecraft/class_6676;field_35146:J- official - b- Ledt;b:J
 
- 
seedHiprivate long seedHi- Mappings:
- Namespace - Name - Mixin selector - named - seedHi- Lnet/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl;seedHi:J- intermediary - field_35147- Lnet/minecraft/class_6676;field_35147:J- official - c- Ledt;c:J
 
 
- 
- 
Constructor Details- 
Xoroshiro128PlusPlusRandomImpl- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl;<init>(Lnet/minecraft/util/math/random/RandomSeed$XoroshiroSeed;)V- intermediary - <init>- Lnet/minecraft/class_6676;<init>(Lnet/minecraft/class_6673$class_6674;)V- official - <init>- Ledt;<init>(Ledi$a;)V
 
- 
Xoroshiro128PlusPlusRandomImplpublic Xoroshiro128PlusPlusRandomImpl(long seedLo, long seedHi) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl;<init>(JJ)V- intermediary - <init>- Lnet/minecraft/class_6676;<init>(JJ)V- official - <init>- Ledt;<init>(JJ)V
 
 
- 
- 
Method Details- 
nextpublic long next()- Mappings:
- Namespace - Name - Mixin selector - named - next- Lnet/minecraft/util/math/random/Xoroshiro128PlusPlusRandomImpl;next()J- intermediary - method_39007- Lnet/minecraft/class_6676;method_39007()J- official - a- Ledt;a()J
 
 
-