|
virtual bool | nextBoolean () |
|
virtual float | nextFloat () |
|
virtual double | nextDouble () |
|
virtual int | nextInt () |
|
virtual int | nextInt (int n) |
|
virtual int64 | nextLong () |
|
virtual double | nextGaussianDouble () |
|
virtual void | consumeCount (uint count) |
|
virtual ::std::unique_ptr<::IRandom > | fork () |
|
MCAPI | Random (uint seed, bool onlyUsedDeterministically) |
|
MCAPI float | nextFloat (float min, float max) |
|
MCAPI int | nextInt (int min, int max) |
|
MCAPI int | nextIntInclusive (int min, int max) |
|
MCAPI void | setSeed (uint seed) |
|
MCAPI void * | $ctor () |
|
MCAPI void * | $ctor (uint seed, bool onlyUsedDeterministically) |
|
MCAPI void | $dtor () |
|
MCAPI bool | $nextBoolean () |
|
MCAPI float | $nextFloat () |
|
MCAPI double | $nextDouble () |
|
MCAPI int | $nextInt () |
|
MCAPI int | $nextInt (int n) |
|
MCAPI int64 | $nextLong () |
|
MCAPI double | $nextGaussianDouble () |
|
MCAPI void | $consumeCount (uint count) |
|
MCAPI ::std::unique_ptr<::IRandom > | $fork () |
|
virtual ::std::unique_ptr<::IPositionalRandomFactory > | forkPositional () |
|
MCAPI ::std::unique_ptr<::IPositionalRandomFactory > | $forkPositional () |
|
◆ nextBoolean()
virtual bool Random::nextBoolean |
( |
| ) |
|
|
virtual |
◆ nextFloat()
virtual float Random::nextFloat |
( |
| ) |
|
|
virtual |
◆ nextDouble()
virtual double Random::nextDouble |
( |
| ) |
|
|
virtual |
◆ nextInt() [1/2]
virtual int Random::nextInt |
( |
| ) |
|
|
virtual |
◆ nextInt() [2/2]
virtual int Random::nextInt |
( |
int | n | ) |
|
|
virtual |
◆ nextLong()
virtual int64 Random::nextLong |
( |
| ) |
|
|
virtual |
◆ nextGaussianDouble()
virtual double Random::nextGaussianDouble |
( |
| ) |
|
|
virtual |
◆ consumeCount()
virtual void Random::consumeCount |
( |
uint | count | ) |
|
|
virtual |
◆ fork()
virtual ::std::unique_ptr<::IRandom > Random::fork |
( |
| ) |
|
|
virtual |
◆ $vftableForEnableNonOwnerReferences()
static MCAPI void ** Random::$vftableForEnableNonOwnerReferences |
( |
| ) |
|
|
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()
static MCAPI void ** Random::$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.
◆ $forkPositional()
- 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.
◆ $vftable() [1/2]
static MCAPI void ** IRandom::$vftable |
( |
| ) |
|
|
staticinherited |
- 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.
◆ $vftable() [2/2]
static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable |
( |
| ) |
|
|
staticinherited |
- 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: