zig/lib/std/rand
Andrew Kelley 41dd2beaac compiler-rt: math functions reorg
* unify the logic for exporting math functions from compiler-rt,
   with the appropriate suffixes and prefixes.
   - add all missing f128 and f80 exports. Functions with missing
     implementations call other functions and have TODO comments.
   - also add f16 functions
 * move math functions from freestanding libc to compiler-rt (#7265)
 * enable all the f128 and f80 code in the stage2 compiler and behavior
   tests (#11161).
 * update std lib to use builtins rather than `std.math`.
2022-04-27 12:20:44 -07:00
..
Gimli.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Isaac64.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Pcg.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Sfc64.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Xoroshiro128.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Xoshiro256.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
ziggurat.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00