zig/lib/std/hash
Ominitay c1a5ff34f3 std.rand: Refactor Random interface
These changes have been made to resolve issue #10037. The `Random`
interface was implemented in such a way that causes significant slowdown
when calling the `fill` function of the rng used.

The `Random` interface is no longer stored in a field of the rng, and is
instead returned by the child function `random()` of the rng. This
avoids the performance issues caused by the interface.
2021-10-27 16:07:48 -04:00
..
adler.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
auto_hash.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
benchmark.zig std.rand: Refactor Random interface 2021-10-27 16:07:48 -04:00
cityhash.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
crc.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
fnv.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
murmur.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
wyhash.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00