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.
Click on the following link to learn more about the Random function and its parameters.
Remedies
Pass in a value between 0 and 3 as the Method parameter to the Random function.
Loading comments...
Comments
<comments />