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.