SyTen

◆ disableReproducible()

void syten::Random::disableReproducible ( )

Sets the global seed to zero, causing non-reproducible generation of random number engines by genEngine().

Remarks
There is a race condition of either of initReproducible() or disableReproducible() are called together with genEngine(). This is intentional, as protecting against it would needlessly slow down genEngine(). Just only call initReproducible() and disableReproducible() from serial code, mkay?

References seed.

Referenced by syten::Pyten::init_rnd().

+ Here is the caller graph for this function: