michael Posted July 4, 2008 Report Share 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 Link to comment Share on other sites More sharing options...
kunkel321 Posted July 4, 2008 Report Share 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 Link to comment Share on other sites More sharing options...
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.