how to get a random gaussian float?
807598Oct 22 2006 — edited Oct 23 2006i want something that generates a random float from a Gaussian distribution.
java.util.random only gives me a double.
this class here says it can do it, but i cant find the code...
http://laseeb.isr.ist.utl.pt/sw/JDEAL/api/pt/laseeb/util/RNG.html
any help would be great thanks!