GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void Random::Add ( const char *  name,
TRandom *  r 
)

Add a new TRandomom object to the list.

if the name already exists in the collection, this method has no effects. Otherwise it adds the new TRandomom object to the list.

/warning Random owns its TRandomom objects, so, once added, you MUST NOT delete the TRandomom object you have created.

Definition at line 87 of file Random.cpp.