cosmopolitan/libc/rand
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
devrand.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
g_rando.S Change license 2020-12-27 17:18:44 -08:00
g_rando32.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
g_rando64.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
getentropy.c Change license 2020-12-27 17:18:44 -08:00
getrandom.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
internal.h Initial import 2020-06-15 07:18:57 -07:00
lcg.internal.h Make improvements 2020-12-01 03:43:40 -08:00
poz.c Initial import 2020-06-15 07:18:57 -07:00
rand.c Change license 2020-12-27 17:18:44 -08:00
rand.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
rand.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
rand32.c Change license 2020-12-27 17:18:44 -08:00
rand64.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
randf.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
randtest.c Initial import 2020-06-15 07:18:57 -07:00
rdrand.c Change license 2020-12-27 17:18:44 -08:00
rdseed.c Change license 2020-12-27 17:18:44 -08:00
rngset.c Change license 2020-12-27 17:18:44 -08:00
srand.c Change license 2020-12-27 17:18:44 -08:00
strfry.c Change license 2020-12-27 17:18:44 -08:00
winrandish.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
xorshift.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
xorshift32.c Change license 2020-12-27 17:18:44 -08:00
xorshift64.c Change license 2020-12-27 17:18:44 -08:00