Random numbers: Difference between revisions

Content added Content deleted
Line 1,340: Line 1,340:
<lang maple>with(Statistics):
<lang maple>with(Statistics):
Sample(Normal(1, 0.5), 1000);</lang>
Sample(Normal(1, 0.5), 1000);</lang>

'''or'''

<lang maple>1+0.5*ArrayTools[RandomArray](1000,1,distribution=normal);</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}}==