|
| virtual int | nextInt () |
| virtual int | nextInt (int bound) |
| virtual int64 | nextLong () |
| virtual bool | nextBoolean () |
| virtual float | nextFloat () |
| virtual double | nextDouble () |
| virtual double | nextGaussianDouble () |
| virtual void | consumeCount (uint count) |
| virtual ::std::unique_ptr<::IRandom > | fork () |
|
virtual ::std::unique_ptr<::IPositionalRandomFactory > | forkPositional () |
| virtual void | setSeed (int64 seed) |
| virtual void | setSeed (::Seed128Bit seed) |
| virtual int64 | seed64 () const |
| virtual::Seed128Bit | seed128 () const |
|
MCAPI int | $nextInt () |
|
MCAPI int | $nextInt (int bound) |
|
MCAPI int64 | $nextLong () |
|
MCAPI bool | $nextBoolean () |
|
MCAPI float | $nextFloat () |
|
MCAPI double | $nextDouble () |
|
MCAPI double | $nextGaussianDouble () |
|
MCAPI void | $consumeCount (uint count) |
|
MCAPI ::std::unique_ptr<::IRandom > | $fork () |
|
MCAPI ::std::unique_ptr<::IPositionalRandomFactory > | $forkPositional () |
|
MCAPI void | $setSeed (int64 seed) |
|
MCAPI void | $setSeed (::Seed128Bit seed) |
|
MCFOLD int64 | $seed64 () const |
|
MCAPI::Seed128Bit | $seed128 () const |
|
virtual bool | chance (int likeliness, int possibilities) |
|
virtual bool | chanceOneIn (int possibilities) |
|
virtual bool | chanceAllButOneIn (int possibilities) |
|
virtual bool | chanceFloatLessThan (float probability) |
|
virtual bool | chanceFloatLessOrEqual (float probability) |
|
virtual bool | chanceFloatGreaterThan (float improbability) |
|
virtual bool | chanceFloatGreaterOrEqual (float improbability) |
|
MCAPI bool | $chance (int likeliness, int possibilities) |
|
MCAPI bool | $chanceOneIn (int possibilities) |
|
MCAPI bool | $chanceAllButOneIn (int possibilities) |
|
MCAPI bool | $chanceFloatLessThan (float probability) |
|
MCAPI bool | $chanceFloatLessOrEqual (float probability) |
|
MCAPI bool | $chanceFloatGreaterThan (float improbability) |
|
MCAPI bool | $chanceFloatGreaterOrEqual (float improbability) |
◆ nextInt() [1/2]
| virtual int SimpleRandom::nextInt |
( |
| ) |
|
|
virtual |
◆ nextInt() [2/2]
| virtual int SimpleRandom::nextInt |
( |
int | bound | ) |
|
|
virtual |
◆ nextLong()
| virtual int64 SimpleRandom::nextLong |
( |
| ) |
|
|
virtual |
◆ nextBoolean()
| virtual bool SimpleRandom::nextBoolean |
( |
| ) |
|
|
virtual |
◆ nextFloat()
| virtual float SimpleRandom::nextFloat |
( |
| ) |
|
|
virtual |
◆ nextDouble()
| virtual double SimpleRandom::nextDouble |
( |
| ) |
|
|
virtual |
◆ nextGaussianDouble()
| virtual double SimpleRandom::nextGaussianDouble |
( |
| ) |
|
|
virtual |
◆ consumeCount()
| virtual void SimpleRandom::consumeCount |
( |
uint | count | ) |
|
|
virtual |
◆ fork()
| virtual ::std::unique_ptr<::IRandom > SimpleRandom::fork |
( |
| ) |
|
|
virtual |
◆ setSeed() [1/2]
| virtual void SimpleRandom::setSeed |
( |
int64 | seed | ) |
|
|
virtual |
◆ setSeed() [2/2]
◆ seed64()
| virtual int64 SimpleRandom::seed64 |
( |
| ) |
const |
|
virtual |
◆ seed128()
| virtual::Seed128Bit SimpleRandom::seed128 |
( |
| ) |
const |
|
virtual |
◆ $vftableForIRandomSeeded()
| MCAPI void ** SimpleRandom::$vftableForIRandomSeeded |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $vftableForIRandom()
| MCAPI void ** SimpleRandom::$vftableForIRandom |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: