| abstract class $RANDOM_GEN |
|---|
| **** | Supertype from which all "raw" random number generators subtype. Currently only supports the minimimal standard generator. RND uses these subtypes to build more complex random numbers |
| MS_RANDOM_GEN |
| create: $RANDOM_GEN; |
|---|
| get:FLTD; |
|---|
| **** | The next random value. Should be in `[0.,1.)'. |
| init(seed: INT); |
|---|
| **** | Initialize the generator using nseed. Any `INT' value should be legal. |