Public Member Functions | |
TypeInfoNV ("uniform") | |
uniformRandomInt32 (int32 min, int32 max) | |
~uniformRandomInt32 ()=default | |
real | randomNumber () |
int32x3 | randomNumber3 () |
realx3 | operator() () |
Protected Attributes | |
std::mt19937_64 | engineGen_ |
std::uniform_int_distribution< int32 > | distrbution_ |
Definition at line 32 of file uniformRandomInt32.hpp.
|
inlineexplicit |
Definition at line 45 of file uniformRandomInt32.hpp.
|
default |
TypeInfoNV | ( | "uniform" | ) |
|
inline |
Definition at line 53 of file uniformRandomInt32.hpp.
References uniformRandomInt32::distrbution_, and uniformRandomInt32::engineGen_.
Referenced by uniformRandomInt32::operator()(), uniformRandomInt32::randomNumber3(), and selectRandom::selectAllPointsInRange().
|
inline |
Definition at line 58 of file uniformRandomInt32.hpp.
References uniformRandomInt32::randomNumber().
|
inline |
Definition at line 68 of file uniformRandomInt32.hpp.
References uniformRandomInt32::randomNumber().
|
protected |
Definition at line 36 of file uniformRandomInt32.hpp.
Referenced by uniformRandomInt32::randomNumber().
|
protected |
Definition at line 38 of file uniformRandomInt32.hpp.
Referenced by uniformRandomInt32::randomNumber().