dfiller Posted May 18, 2005 Posted May 18, 2005 How would I go about generating a random set of whole numbers between 1 and 8 as a calculation field? Thanks!
comment Posted May 19, 2005 Posted May 19, 2005 You can generate a single random whole number between 1 and 8 (inclusive) by: Int ( Random * 8 ) + 1 I am not sure what you mean by "set".
dfiller Posted May 19, 2005 Author Posted May 19, 2005 That's exactly what I was looking for, thanks! I was confused that Random didn't have any parameters...
Recommended Posts
This topic is 7197 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now