Public Member Functions | |
TypeInfoTemplate ("randomReal", DistributionType) | |
RandomReal (word distribution) | |
add_vCtor (randomReal, RandomReal, word) | |
virtual | ~RandomReal ()=default |
virtual real | randomNumber (real a, real b) override |
virtual realx3 | randomNumber (realx3 a, realx3 b) override |
![]() | |
TypeInfo ("randomReal") | |
randomReal (word UNUSED(distribution)) | |
create_vCtor (randomReal, word,(word distribution),(distribution)) | |
virtual | ~randomReal ()=default |
Protected Attributes | |
DistributionType | distribution_ |
Additional Inherited Members | |
![]() | |
static uniquePtr< randomReal > | create (word distribution) |
Definition at line 34 of file RandomReal.hpp.
RandomReal | ( | word | distribution | ) |
Definition at line 26 of file RandomReal.cpp.
|
virtualdefault |
TypeInfoTemplate | ( | "randomReal" | , |
DistributionType | |||
) |
add_vCtor | ( | randomReal | , |
RandomReal< DistributionType > | , | ||
word | |||
) |
|
overridevirtual |
Implements randomReal.
Definition at line 38 of file RandomReal.cpp.
|
overridevirtual |
Implements randomReal.
Definition at line 47 of file RandomReal.cpp.
|
protected |
Definition at line 40 of file RandomReal.hpp.