24 ::ll::TypedStorage<8, 72, ::std::variant<::SimpleRandom, ::XoroshiroRandom>> mSource;
35 virtual int nextInt() ;
38 virtual int nextInt(
int bound) ;
41 virtual int64 nextLong() ;
44 virtual bool nextBoolean() ;
47 virtual float nextFloat() ;
50 virtual double nextDouble() ;
53 virtual double nextGaussianDouble() ;
56 virtual void consumeCount(uint count) ;
59 virtual ::std::unique_ptr<::IRandom> fork() ;
62 virtual ::std::unique_ptr<::IPositionalRandomFactory> forkPositional() ;
65 virtual void setSeed(int64 seed) ;
71 virtual int64 seed64()
const ;
74 virtual ::Seed128Bit seed128()
const ;
85 MCAPI ::br::worldgen::WorldGenRandom forkPositional(
::BlockPos pos);
87 MCAPI ::br::worldgen::WorldGenRandom& setLargeFeatureSeed(int64 seed,
int chunkX,
int chunkZ);
93 MCAPI static ::br::worldgen::WorldGenRandom createDecoration(int64 seed,
int chunkX,
int chunkZ);
111 MCAPI
int $nextInt();
113 MCAPI
int $nextInt(
int bound);
115 MCAPI int64 $nextLong();
117 MCAPI
bool $nextBoolean();
119 MCAPI
float $nextFloat();
121 MCAPI
double $nextDouble();
123 MCAPI
double $nextGaussianDouble();
125 MCAPI
void $consumeCount(uint count);
127 MCAPI ::std::unique_ptr<::IRandom> $fork();
129 MCFOLD ::std::unique_ptr<::IPositionalRandomFactory> $forkPositional();
131 MCAPI
void $setSeed(int64 seed);
135 MCAPI int64 $seed64()
const;
137 MCAPI ::Seed128Bit $seed128()
const;