cosmopolitan/test/libc/rand
Justine Tunney 5f4f6b0e69 Make _Thread_local work across platforms
We now rewrite the binary image at runtime on Windows and XNU to change
mov %fs:0,%reg instructions to use %gs instead. There's also simpler
threading API introduced by this change and it's called _spawn() and
_join(), which has replaced most clone() usage.
2022-07-10 04:01:17 -07:00
..
devrand_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
getrandom_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
measureentropy_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
mt19937_test.c Make improvements 2022-04-07 00:15:35 -07:00
rand64_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
rand_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
rngset_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test.mk Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00