|
| virtual bool | nextBoolean () |
| |
| virtual float | nextFloat () |
| |
| virtual double | nextDouble () |
| |
| virtual int | nextInt () |
| |
| virtual int | nextInt (int n) |
| |
| virtual int64 | nextLong () |
| |
| virtual void | consumeCount (uint count) |
| |
| virtual double | nextGaussianDouble () |
| |
| virtual ::std::unique_ptr<::IRandom > | fork () |
| |
|
MCAPI | Random (uint seed, bool onlyUsedDeterministically) |
| |
|
MCAPI uint | _genRandInt32 () |
| |
|
MCAPI float | nextGaussian () |
| |
|
MCAPI void * | $ctor (uint seed, bool onlyUsedDeterministically) |
| |
|
MCFOLD void | $dtor () |
| |
|
MCAPI bool | $nextBoolean () |
| |
|
MCAPI float | $nextFloat () |
| |
|
MCAPI double | $nextDouble () |
| |
|
MCAPI int | $nextInt () |
| |
|
MCAPI int | $nextInt (int n) |
| |
|
MCAPI int64 | $nextLong () |
| |
|
MCAPI void | $consumeCount (uint count) |
| |
|
MCAPI double | $nextGaussianDouble () |
| |
|
MCAPI ::std::unique_ptr<::IRandom > | $fork () |
| |
|
virtual ::std::unique_ptr<::IPositionalRandomFactory > | forkPositional () |
| |
|
MCFOLD ::std::unique_ptr<::IPositionalRandomFactory > | $forkPositional () |
| |
|
MCFOLD void * | $ctor () |
| |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
| |
|
|
static MCAPI ::std::random_device & | mRandomDevice () |
| |
|
static MCAPI ::Core::Random & | mThreadLocalRandom () |
| |
| static MCAPI void ** | $vftable () |
| |
|
|
::ll::TypedStorage< 4, 4, uint > | mSeed |
| |
|
::ll::TypedStorage< 4, 2496, uint[624]> | _mt |
| |
|
::ll::TypedStorage< 4, 4, int > | _mti |
| |
|
::ll::TypedStorage< 4, 4, int > | mInitedIdx |
| |
|
::ll::TypedStorage< 4, 4, float > | mNextNextGaussian |
| |
|
::ll::TypedStorage< 8, 8, double > | mNextNextGaussianDouble |
| |
|
::ll::TypedStorage< 4, 4, uint > | mFakeUniformRandomInt |
| |
|
::ll::TypedStorage< 1, 1, bool > | mHaveNextNextGaussian |
| |
|
::ll::TypedStorage< 1, 1, bool > | mHaveNextNextGaussianDouble |
| |
|
::ll::TypedStorage< 1, 1, bool > | mTest_OnlyUsedDeterministically |
| |
|
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
| |
◆ nextBoolean()
| virtual bool Core::Random::nextBoolean |
( |
| ) |
|
|
virtual |
◆ nextFloat()
| virtual float Core::Random::nextFloat |
( |
| ) |
|
|
virtual |
◆ nextDouble()
| virtual double Core::Random::nextDouble |
( |
| ) |
|
|
virtual |
◆ nextInt() [1/2]
| virtual int Core::Random::nextInt |
( |
| ) |
|
|
virtual |
◆ nextInt() [2/2]
| virtual int Core::Random::nextInt |
( |
int | n | ) |
|
|
virtual |
◆ nextLong()
| virtual int64 Core::Random::nextLong |
( |
| ) |
|
|
virtual |
◆ consumeCount()
| virtual void Core::Random::consumeCount |
( |
uint | count | ) |
|
|
virtual |
◆ nextGaussianDouble()
| virtual double Core::Random::nextGaussianDouble |
( |
| ) |
|
|
virtual |
◆ fork()
| virtual ::std::unique_ptr<::IRandom > Core::Random::fork |
( |
| ) |
|
|
virtual |
◆ $vftable()
| static MCAPI void ** Core::Random::$vftable |
( |
| ) |
|
|
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: