| 
    Jpp - 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.  More... | |
| static T | getRandom (const T min, const T max) | 
| Get uniformly distributed random value between given limits.  More... | |
Template spacialisation of JMATH::JRandom for numerical values.
Definition at line 33 of file JRandom.hh.
      
  | 
  inlinestatic | 
Get uniformly distributed random value between numerical limits.
Definition at line 39 of file JRandom.hh.
      
  | 
  inlinestatic | 
Get uniformly distributed random value between given limits.
| min | minimal value | 
| max | maximal value | 
Definition at line 52 of file JRandom.hh.
 1.8.5