#include <random.h>
Public Types | |
typedef P_distribution | T_distribution |
typedef _bz_typename T_distribution::T_numtype | T_numtype |
Public Member Functions | |
Random (double parm1=0.0, double parm2=1.0, double parm3=0.0) | |
void | randomize () |
T_numtype | random () |
operator T_numtype () | |
Protected Attributes | |
T_distribution | generator_ |
typedef P_distribution Random< P_distribution >::T_distribution |
typedef _bz_typename T_distribution::T_numtype Random< P_distribution >::T_numtype |
Random< P_distribution >::Random | ( | double | parm1 = 0.0 , |
|
double | parm2 = 1.0 , |
|||
double | parm3 = 0.0 | |||
) | [inline] |
void Random< P_distribution >::randomize | ( | ) | [inline] |
T_distribution Random< P_distribution >::generator_ [protected] |