|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| RandomReal[] gives a pseudorandom real number in the range 0 to 1. |
| RandomReal[{xmin, xmax}] gives a pseudorandom real number in the range xmin to xmax. |
| RandomReal[xmax] gives a pseudorandom real number in the range 0 to xmax. |
| RandomReal[range, n] gives a list of n pseudorandom reals. |
| RandomReal[range, {n1, n2, ...}] gives an |
| RandomReal[dist, ...] samples from the symbolic continuous distribution dist. |