Link to home
Start Free TrialLog in
Avatar of Chris Joyce
Chris Joyce

asked on

RNGCryptoServiceProvider Random Numbers

When using the Rnd Function in VB you can get the same sequence of random numbers by calling Rnd with a negative argument (Rnd(-1)), followed by Randoize with a positive numeric value (Randomize(n)) , where n is any positive number.
How can you achieve the same when using RNGCryptoServiceProvider?
ASKER CERTIFIED SOLUTION
Avatar of d-glitch
d-glitch
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Chris Joyce
Chris Joyce

ASKER

Thats a pity it was a usefull feature.
Anyway I have found a way around this restriction, so i'll mark this as accepted.