Files
Nim/tests/lookups/tprefer_proc.nim
Andreas Rumpf 5d56361383 fixes #4353
2016-08-04 19:36:13 +02:00

5 lines
67 B
Nim

# bug #4353
import random
echo random[int](low(int) .. high(int))