Random numbers: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring the hard way)
Line 1,359:
<lang maple>1+0.5*ArrayTools[RandomArray](1000,1,distribution=normal);</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Built-in function RandomReal with built-in distribution NormalDistribution as an argument:
<lang Mathematica>RandomReal[NormalDistribution[1, 1/2], 1000]</lang>
1,111

edits