|
Jpp 20.0.0-rc.3
the software that should make you happy
|
Template spacialisation of JMATH::JRandom for numerical values. More...
#include <JRandom.hh>
Static Public Member Functions | |
| static T | getRandom () |
| Get uniformly distributed random value between numerical limits. | |
| static T | getRandom (const T min, const T max) |
| Get uniformly distributed random value between given limits. | |
Template spacialisation of JMATH::JRandom for numerical values.
Definition at line 33 of file JMath/JRandom.hh.
|
inlinestatic |
Get uniformly distributed random value between numerical limits.
Definition at line 39 of file JMath/JRandom.hh.
|
inlinestatic |
Get uniformly distributed random value between given limits.
| min | minimal value |
| max | maximal value |
Definition at line 52 of file JMath/JRandom.hh.