Jpp
15.0.2
the software that should make you happy
|
Template spacialisation of JMATH::JRandom for non-numerical data types. More...
#include <JRandom.hh>
Static Public Member Functions | |
static const T & | getRandom () |
Get random value. More... | |
Static Private Attributes | |
static T | value |
Definition of value. More... | |
Template spacialisation of JMATH::JRandom for non-numerical data types.
The template argument T
should have the default constructor and the following method should be implemented for this data type.
void randomize(T* object);
Definition at line 80 of file JRandom.hh.
|
inlinestatic |
|
staticprivate |
Definition of value.
Definition at line 96 of file JRandom.hh.