cosmopolitan/libc/rand
Justine Tunney 4e56d89dcd Eliminate some flakes
- Get ASAN working on Windows.

- Deleting directories and then recreating them with the same name in a
  short period of time appears to be a no-no on Windows.

- There's no reason to call FlushFileBuffers on close() for pipes, and
  it's harmful since it might block indefinitely for no good reason.
2021-02-03 06:25:27 -08:00
..
devrand.c Change license 2020-12-27 17:18:44 -08:00
g_rando.S Change license 2020-12-27 17:18:44 -08:00
g_rando32.c Change license 2020-12-27 17:18:44 -08:00
g_rando64.c Change license 2020-12-27 17:18:44 -08:00
getentropy.c Change license 2020-12-27 17:18:44 -08:00
getrandom.c Change license 2020-12-27 17:18:44 -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 Eliminate some flakes 2021-02-03 06:25:27 -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 Change license 2020-12-27 17:18:44 -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