aboutsummaryrefslogtreecommitdiff
path: root/lib/std/rand/test.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2022-08-30std.rand: make weightedIndex proportions param a const sliceVeikka Tuominen
2022-08-28std.random: add weightedIndex functionJustin Whear
2022-05-12std.rand: fixup 'improve random float generation'Erik Arvstedt
2022-05-10std.rand: move tests to a separate test fileAndrew Kelley