Public Member Functions | |
| TypeInfoNV ("uniform") | |
| uniformRandomUint32 (uint32 min, uint32 max) | |
| ~uniformRandomUint32 ()=default | |
| uint32 | randomNumber () |
| triple< uint32 > | randomNumber3 () |
| triple< uint32 > | operator() () |
Protected Attributes | |
| std::mt19937_64 | engineGen_ |
| std::uniform_int_distribution< uint32 > | distrbution_ |
Definition at line 32 of file uniformRandomUint32.hpp.
|
inlineexplicit |
Definition at line 45 of file uniformRandomUint32.hpp.
|
default |
| TypeInfoNV | ( | "uniform" | ) |
|
inline |
Definition at line 53 of file uniformRandomUint32.hpp.
References uniformRandomUint32::distrbution_, and uniformRandomUint32::engineGen_.
Referenced by uniformRandomUint32::randomNumber3(), and selectorRandomPoints::selectAllPointsInRange().
Here is the caller graph for this function:Definition at line 58 of file uniformRandomUint32.hpp.
References uniformRandomUint32::randomNumber().
Referenced by uniformRandomUint32::operator()().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 68 of file uniformRandomUint32.hpp.
References uniformRandomUint32::randomNumber3().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file uniformRandomUint32.hpp.
Referenced by uniformRandomUint32::randomNumber().
|
protected |
Definition at line 38 of file uniformRandomUint32.hpp.
Referenced by uniformRandomUint32::randomNumber().