I need a pseudo-random number generator for a c++ application, that will return me the same values in an number interval [0, 20] every time I execute the application. The requests are applied inside a loop while the application is running. For debug reasons, I need a deterministic sequence of numbers.
Thank you very much in advance