| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
Template spacialisation of JMATH::JRandom for other data types. More...
#include <JLimits.hh>
Static Public Member Functions | |
| static T | min () | 
| Get minimum possible value.   | |
| static T | max () | 
| Get maximum possible value.   | |
Static Public Attributes | |
| static const bool | is_specialized = false | 
Template spacialisation of JMATH::JRandom for other data types.
The given template class should provide for the methods:
     static T min();
     static T max();
 
Definition at line 64 of file JLimits.hh.
      
  | 
  inlinestatic | 
Get minimum possible value.
Definition at line 70 of file JLimits.hh.
      
  | 
  inlinestatic | 
Get maximum possible value.
Definition at line 81 of file JLimits.hh.
      
  | 
  static | 
Definition at line 86 of file JLimits.hh.