#include <random.h>
Collaboration diagram for Random< P_distribution >:
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_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|