aboutsummaryrefslogtreecommitdiff
path: root/lib/std/rand/ziggurat.zig
AgeCommit message (Expand)Author
2024-02-08std.rand: Move to std.Randome4m2
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13publicize std.rand.zigguratEvin Yulo
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-14std: remove OOM workaroundsAndrew Kelley
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-07use math/float.zig everywhereviri
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-01-02std: disable a couple tests on windowsAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-18ziggurat uses `@truncate` instead of `& 0xff`Andrew Kelley
2020-04-18Update ziggurat.zig to use `random.int(u64)`Charles Shenton
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley