Error Messages/40454


Error message examples

 Illegal value, 5 passed as the Method parameter to Function Random. The method parameter to
 Function Random must be between 0 and 3.
 0 = Default, 1 = Minimal standard, 2 = L'Ecuyer, and 3 = Knuth.

Cause

You passed in a value outside the valid range for the «Method» parameter to the Random function.

Remedies

Pass in a value between 0 and 3 as the «Method» parameter to the Random function.

See Also

Comments


You are not allowed to post comments.