random X
Randomly generate samples from the given probability distribution.
i1 : Z = normalDistribution() o1 = N(0,1) o1 : ContinuousProbabilityDistribution
i2 : for i to 10 list random Z o2 = {.186872, .824515, .31968, -.862968, .182449, 1.40212, 1.64469, ------------------------------------------------------------------------ -.537445, 1.11661, 1.32313, -.205296} o2 : List
The source of this document is in Probability.m2:755:0.