Error Messages/40454

< Error Messages
Revision as of 21:57, 25 January 2010 by AManandhar (talk | contribs) (Created page with '= 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=M…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Comments


You are not allowed to post comments.