michael Posted July 4, 2008 Report Posted July 4, 2008 Hi, I have a column in the text file that i want to replace with random numbers from 1000 to 2000. The random variable function allows me to enter random from 0, I want to start from 1000 this time, how can i do this? thanks in advance. Quote
kunkel321 Posted July 4, 2008 Report Posted July 4, 2008 Hi, I have a column in the text file that i want to replace with random numbers from 1000 to 2000. The random variable function allows me to enter random from 0, I want to start from 1000 this time, how can i do this? thanks in advance. I wonder if it could be as simple as creating a random number between 1 and 1000, then add 1000 to the resulting number (?) -steve Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.