We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know if it's something unique to my system, but I need to "import java.util.Random;" to have Random available. Otherwise it does not compile. For example in https://github.com/shiffman/The-Nature-of-Code-Examples/blob/master/Processing/introduction/Gaussian2/Gaussian2.pde
The text was updated successfully, but these errors were encountered:
No, this is correct with Processing 2.0. Better still, I need to fix these to use randomGaussian()
http://processing.org/reference/randomGaussian_.html
Sorry, something went wrong.
Can I help you change to randomGaussian() ?
sure i'm happy to take pull requests (https://help.github.com/categories/63/articles)
No branches or pull requests
I don't know if it's something unique to my system, but I need to "import java.util.Random;" to have Random available. Otherwise it does not compile. For example in https://github.com/shiffman/The-Nature-of-Code-Examples/blob/master/Processing/introduction/Gaussian2/Gaussian2.pde
The text was updated successfully, but these errors were encountered: