Statistics/Normal distribution: Difference between revisions

Content added Content deleted
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: Line 3,987:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
{{libheader|Wren-math}}
{{libheader|Wren-math}}
<syntaxhighlight lang="ecmascript">import "random" for Random
<syntaxhighlight lang="wren">import "random" for Random
import "/fmt" for Fmt
import "./fmt" for Fmt
import "/math" for Nums
import "./math" for Nums


var rgen = Random.new()
var rgen = Random.new()