Variable mu::tiny::test::rand

Variable Documentation

int (*mu::tiny::test::rand)()

Replaceable pseudo-random number generator used for test shuffling.

Defaults to the platform’s rand(). Replace with a deterministic function to make shuffle order reproducible in tests. Used by ShellPointerArray::shuffle().