I tried to run the source code that was published on the site (http://
www.cryptopp.com/wiki/RandomNumberGenerator), but it didn't work,
until I changed the line
rng (SEEDSIZE) with rng. That modified source could be compiled but it
doesn't make the same sequence for the same seed and that is very
important for my program.
Could explain this problem?
Thanks anyway.