The Art of Mathematics

Help 6.37

rand — random number symbol

1. Function

Use this symbol to generate random complex number z = a + i b with a and b in the [0, 1] range.

2. How to use

Use the symbol just as number in your expressions:

rand*(10+i*4);

To get random real number in [0, 1] range:

re(rand);

or

im(rand);

To get random real number in [a, b] range use expression:

a+re(rand)*(ba);

3. Support

Random complex number is supported in professional version of the Librow calculator.