Rinfret
2012-10-04 23:38:25 UTC
I am currently using the Rnd() function in Visual Basic which keeps generating a random value between 0 and 1 inclusive until I stop debugging my code. My question is the following:
How do I use the Rnd() function to generate just ONE value, which I can store? In other words, rather than generating an ongoing list of values between 0 and 1, is there a way of doing it so that it just gives out one value?
Any help would be very much appreciated.
Cheers.