EXPONENTIAL sizeNumber meanNumber resultVariable

Replaces the contents of the result variable with randomly selected values from an exponential distribution of the given mean. The number of random values selected is determined by the size.

EXPONENTIAL 5 30 A
PRINT A

The above program produces the following output:

A: (43.582530954251745 50.552933837471 2.2157641879023484,
 23.08565765187633 37.07990400912504)