RobertKipling Posted October 18, 2007 Posted October 18, 2007 How can you generate random numbers that follow a normal distribution? I have seen examples of a Gaussian distribution before, but they have produced unwieldy results at best after being translated from other (programming) languages. Does anyone have a good method that wont waste CPU cycles?
RobertKipling Posted October 18, 2007 Author Posted October 18, 2007 (edited) Sorry, should have been more specific. I'm looking for the generation of data that would work like a classic Bell Curve, with 68% of the data within one standard deviation, 95% of the data within two, and 99.7% within three. Edited October 18, 2007 by RobertKipling
Recommended Posts
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