aboutsummaryrefslogtreecommitdiff
path: root/std/rand
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-24factor out and expose biased range limiting functionJosh Wolfe
2018-11-24test lots of typesJosh Wolfe
2018-11-24add biased random range apiJosh Wolfe
2018-11-24better debiased random range implementationJosh Wolfe
2018-11-19std/rand: fix ziggurat next_f64 callMarc Tiehuis
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-27overhaul api for getting random integers (#1578)Josh Wolfe
2018-08-03Fix the start-less-than-end assertion in std.rand.Random.range (#1325)Matthew D. Steele
2018-06-27Fix up some std.rand syntax #1161 (#1162)tgschultz
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-16Add exp/norm distributed random float generationMarc Tiehuis
2018-03-29fix examples and rename std.rand.Rand to std.rand.RandomAndrew Kelley
2018-03-30Rewrite Rand functionsMarc Tiehuis