You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the int conversion prevents rand() from being used with any value larger than int.max, even though the function signature clearly allows the full range of Ordinal types to be used
The text was updated successfully, but these errors were encountered:
Nim/lib/pure/random.nim
Line 327 in 1082d62
the
int
conversion preventsrand()
from being used with any value larger thanint.max
, even though the function signature clearly allows the full range ofOrdinal
types to be usedThe text was updated successfully, but these errors were encountered: