zig/std
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
..
atomic
c
crypto
debug
event
fmt
hash
math
os
rand Fix the start-less-than-end assertion in std.rand.Random.range (#1325) 2018-08-03 11:44:39 -04:00
special
zig
array_list.zig
base64.zig
buf_map.zig
buf_set.zig
buffer.zig
build.zig
cstr.zig
dwarf.zig
dynamic_library.zig
elf.zig
empty.zig
event.zig
hash_map.zig
heap.zig
index.zig
io_test.zig
io.zig
json_test.zig
json.zig
lazy_init.zig
linked_list.zig
macho.zig
mem.zig
net.zig
segmented_list.zig
sort.zig
unicode.zig