Next: randomn, Previous: randomd, Up: Internal Routines [Contents][Index]
randome([limit=limit,] scale, dimensions)
Returns a double
array with the specified
dimensions
, filled with pseudo-random numbers
exponentially distributed with the specified scale height
scale
. Positive and negative values are equally likely.
If limit
is specified and greater than 0, then only
numbers whose magnitude is at least limit
are returned.
See also: random, randomb, randomu, Random Arrays