

Public Member Functions | |
| RNGClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 180 of file rng.cc.
00180 : TclClass("RNG") {} |
|
||||||||||||
|
Definition at line 181 of file rng.cc.
00181 {
00182 return(new RNG());
00183 }
|
1.3.3