Inheritance diagram for randomReal:Public Member Functions | |
| TypeInfo ("randomReal") | |
| randomReal (word UNUSED(distribution)) | |
| create_vCtor (randomReal, word,(word distribution),(distribution)) | |
| virtual | ~randomReal ()=default |
| virtual real | randomNumber (real a, real b)=0 |
| virtual realx3 | randomNumber (realx3 a, realx3 b)=0 |
Static Public Member Functions | |
| static uniquePtr< randomReal > | create (word distribution) |
Definition at line 31 of file randomReal.hpp.
|
inline |
Definition at line 40 of file randomReal.hpp.
|
virtualdefault |
| TypeInfo | ( | "randomReal" | ) |
| create_vCtor | ( | randomReal | , |
| word | , | ||
| (word distribution) | , | ||
| (distribution) | |||
| ) |
Implemented in RandomReal< DistributionType >.
Implemented in RandomReal< DistributionType >.
|
static |
Definition at line 26 of file randomReal.cpp.
References pFlow::angleBracketsNames(), fatalError, fatalExit, and pFlow::printKeys().
Here is the call graph for this function: