in reply to Re: Predictable random sequence
in thread Predictable random sequence
No, it's based on srand().
This module is useful if you use real random numbers in test, and wish to reproduce test failure with same seed (you still need same version+compiler+platform).
In my case I need same numbers each run.