MCPcopy Create free account
hub / github.com/assaultcube/AC / popMT

Function popMT

source/src/crypto.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void 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)

Callers 1

calclightFunction · 0.85

Calls 1

loopiFunction · 0.70

Tested by

no test coverage detected