| public nothrow | MT() |
| public nothrow uint | GenRand() |
| public nothrow void | Init(uint seed) |
| public void | InitWithRandomSeed() |
| public inline nothrow bool | Initialized() |
| public const uint | lowerMask = 0x7fffffffu |
| public const int | m = 397 |
| public const uint | matrixA = 0x9908b0dfu |
| public const int | n = 624 |
| public const uint | upperMask = 0x80000000u |
| private bool | initialized |
| private uint[2] | mag |
| private uint[624] | mt |
| private int | mti |