Initializes a random complex number.
// Returns a random complex number with real and imaginary parts between 0 and 1const z = Chalkboard.comp.random(); Copy
// Returns a random complex number with real and imaginary parts between 0 and 1const z = Chalkboard.comp.random();
Optional
The lower bound
The upper bound
Initializes a random complex number.
Example