We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone,
I'm working with processing in Netbeans(and sometimes with Eclipse too). I'm trying to use the SmokeParticleSystem but when I copy the processing code to the IDE, the randomGaussian() method cannot be found. I tried to look for a solution in processing.org but I had no luck.
Anyone know where I can find this method?? Thanks :)
Answers
randomGaussian() is a method in processing.core.PApplet class, if that helps.
https://github.com/processing/processing/blob/master/core/src/processing/core/PApplet.java