LeviLamina
Loading...
Searching...
No Matches
IRandom Class Referenceabstract
+ Inheritance diagram for IRandom:

Public Member Functions

virtual int nextInt ()=0
 
virtual int nextInt (int)=0
 
virtual int64 nextLong ()=0
 
virtual bool nextBoolean ()=0
 
virtual float nextFloat ()=0
 
virtual double nextDouble ()=0
 
virtual double nextGaussianDouble ()=0
 
virtual void consumeCount (uint)=0
 
virtual ::std::unique_ptr<::IRandomfork ()=0
 
virtual ::std::unique_ptr<::IPositionalRandomFactoryforkPositional ()
 
MCAPI void $dtor ()
 
MCAPI ::std::unique_ptr<::IPositionalRandomFactory$forkPositional ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ $dtor()

MCAPI void IRandom::$dtor ( )
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()

MCAPI ::std::unique_ptr<::IPositionalRandomFactory > IRandom::$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()

static MCAPI void ** IRandom::$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: