|
|
DelegatingRandom & | operator= (DelegatingRandom const &) |
|
| DelegatingRandom (DelegatingRandom const &) |
| virtual int | nextInt () |
| virtual int | nextInt (int const 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 () |
|
MCFOLD int | $nextInt () |
|
MCFOLD int | $nextInt (int const bound) |
|
MCFOLD int64 | $nextLong () |
|
MCFOLD bool | $nextBoolean () |
|
MCFOLD double | $nextDouble () |
|
MCAPI double | $nextGaussianDouble () |
|
MCFOLD void | $consumeCount (uint count) |
|
MCFOLD ::std::unique_ptr<::IRandom > | $fork () |
|
virtual ::std::unique_ptr<::IPositionalRandomFactory > | forkPositional () |
|
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) |
|
MCFOLD ::std::unique_ptr<::IPositionalRandomFactory > | $forkPositional () |
|
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) |
|
|
static MCAPI float const & | ChanceFloatGreaterThan_MinExcessiveImprobability () |
|
|
::ll::TypedStorage< 8, 8, ::IRandom & > | mRandom |
◆ nextInt() [1/2]
| virtual int NoiseUtils::DelegatingRandom::nextInt |
( |
| ) |
|
|
virtual |
◆ nextInt() [2/2]
| virtual int NoiseUtils::DelegatingRandom::nextInt |
( |
int const | bound | ) |
|
|
virtual |
◆ nextLong()
| virtual int64 NoiseUtils::DelegatingRandom::nextLong |
( |
| ) |
|
|
virtual |
◆ nextBoolean()
| virtual bool NoiseUtils::DelegatingRandom::nextBoolean |
( |
| ) |
|
|
virtual |
◆ nextFloat()
| virtual float NoiseUtils::DelegatingRandom::nextFloat |
( |
| ) |
|
|
virtual |
◆ nextDouble()
| virtual double NoiseUtils::DelegatingRandom::nextDouble |
( |
| ) |
|
|
virtual |
◆ nextGaussianDouble()
| virtual double NoiseUtils::DelegatingRandom::nextGaussianDouble |
( |
| ) |
|
|
virtual |
◆ consumeCount()
| virtual void NoiseUtils::DelegatingRandom::consumeCount |
( |
uint | count | ) |
|
|
virtual |
◆ fork()
| virtual ::std::unique_ptr<::IRandom > NoiseUtils::DelegatingRandom::fork |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: