| 
    Jpp test-rotations-new
    
   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.   | |
Static Private Attributes | |
| static T | value | 
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 JMath/JRandom.hh.
      
  | 
  inlinestatic | 
Get random value.
Definition at line 86 of file JMath/JRandom.hh.
      
  | 
  staticprivate | 
Definition at line 96 of file JMath/JRandom.hh.