aboutsummaryrefslogtreecommitdiff
path: root/lib/std/rand.zig
AgeCommit message (Expand)Author
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-06change debug.assert to testing.expect in testsxackus
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-15std.rand: set DefaultCsprng to Gimli, and require a larger seedFrank Denis
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-09-03update uses of deprecated type field accessVexu
2020-08-25std.rand: promote normal comments to doc commentsAndrew Kelley
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-20make rand function public, fixes crypto benchmarkAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-18rand: ref the decls so they get testedAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-06std: add Gimli based PRNG to std.randdaurnimator
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley