1Blurb::
2Uses purely random Monte Carlo sampling to sample variables
3
4Description::
5The \c random keyword invokes Monte Carlo sampling as the means of
6drawing samples of uncertain variables according to their probability
7distributions.
8
9<b> Default Behavior </b>
10
11In most contexts, Monte Carlo sampling is not the default sampling mode
12(exception: multilevel_sampling).  To change this behavior, the \c
13random keyword must be specified in conjuction with the \c sample_type
14keyword.
15
16<b> Usage Tips </b>
17
18Monte Carlo sampling is more computationally expensive than Latin
19Hypercube Sampling as it requires a larger number of samples to
20accurately estimate statistics.
21
22Topics::
23Examples::
24\verbatim
25method
26  sampling
27    sample_type random
28    samples = 200
29\endverbatim
30Theory::
31Faq::
32See_Also::
33