aboutsummaryrefslogtreecommitdiff
path: root/lib/std/rand
AgeCommit message (Expand)Author
2024-02-08std.rand: Move to std.Randome4m2
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-25is has -> hasRoman Frołow
2023-06-25update Ascon.zig to use @min builtinMaciej 'vesim' Kuliński
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13Merge pull request #15957 from BratishkaErik/deprecated-Andrew Kelley
2023-06-13publicize std.rand.zigguratEvin Yulo
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-22std.crypto.chacha: support larger vectors on AVX2 and AVX512 targets (#15809)Frank Denis
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-21cbe: enable CI for std testsJacob Young
2023-03-21Remove Gimli and Xoodoo from the standard library (#14928)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13std.crypto: add the Ascon permutationFrank Denis
2022-12-18rand: add pub to next/jumpJacob Young
2022-12-14std: remove OOM workaroundsAndrew Kelley
2022-12-12std: fix bug in Pcg32 fill function (#13894)fsh
2022-08-30std.rand: make weightedIndex proportions param a const sliceVeikka Tuominen
2022-08-28std.random: add weightedIndex functionJustin Whear
2022-07-01crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866)Frank Denis
2022-05-24Add std.rand.RomuTrioFrancesco Alemanno
2022-05-12std.rand: fixup 'improve random float generation'Erik Arvstedt
2022-05-10std.rand: move tests to a separate test fileAndrew Kelley
2022-05-10std: improve random float generationMahdi Rakhshandehroo
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-07use math/float.zig everywhereviri
2021-10-29Add argument for `fillFn` to `Random.init`ominitay
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-07-04implement xoshiro256++ (#9298)leesongun
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-03-29Add tests for the fill functions of the Isaac64, Pcg, Sfc64, and Xoroshiro128...Matthew Borkowski
2021-03-29Fix typo in Pcg.zig's fill functionMatthew Borkowski