New in Wolfram Mathematica 6: Symbolic Statistical Computing  previous | next 
Generate Data According to a Distribution
Mathematica 6 can efficiently generate random points according to any of its distributions.
In[1]:=

Click for copyable input
Graphics[Point[RandomReal[NormalDistribution[], {5000, 2}]]]
Out[1]=