Statistics/Normal distribution: Difference between revisions

m
imported>Phyjob
(I added a missing parenthesis by the end of line 2, and, more importantly, corrected "cos(2*Pi*u1)" to "cos(2*Pi*u2)" on line 3.)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 3,987:
{{libheader|Wren-fmt}}
{{libheader|Wren-math}}
<syntaxhighlight lang="ecmascriptwren">import "random" for Random
import "./fmt" for Fmt
import "./math" for Nums
 
var rgen = Random.new()
9,485

edits