aboutsummaryrefslogtreecommitdiff
path: root/std/rand/ziggurat.zig
AgeCommit message (Expand)Author
2019-09-25mv std/ lib/Andrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-11-19std/rand: fix ziggurat next_f64 callMarc Tiehuis
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-06-27Fix up some std.rand syntax #1161 (#1162)tgschultz
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