Is there are way to generate random values based on Normal distribution. The same like rnorm() in R-language.
> round( rnorm(3,mean=2^n/2,sd=sqrt(2^n)/2) ) [1] 524758 524540 524647 I see there is grandom() funtion, but it requires some sort of lib (ndtri) ? pdl> p grandom(byte,1) ndtri domain error [0] thanks _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
