zig/std/rand
Matthew D. Steele c2a08d7c51 Fix the start-less-than-end assertion in std.rand.Random.range (#1325)
The function returns a value in [start, end), but was asserting
start <= end instead of start < end.  With this fix, range(1, 1)
will now assertion error instead of dividing by zero.
2018-08-03 11:44:39 -04:00
..
index.zig Fix the start-less-than-end assertion in std.rand.Random.range (#1325) 2018-08-03 11:44:39 -04:00
ziggurat.zig