| 366 | } |
| 367 | |
| 368 | void popMT() // undo last seedMT() |
| 369 | { |
| 370 | loopi(MT_N) mt_state[i] = mt_state[i + MT_N]; |
| 371 | } |
| 372 | |
| 373 | /////////////////////////////////////////////// Entropy collector //////////////////////////////////////////////////////////////////////////////// |
| 374 | // * collects entropy (true random data) through mouse moves and keyboard action (and from other sources) |