mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 03:16:44 +00:00
This change pays off technical debt with the function -> DLL mappings in libc/nt/master.sh, which was originally defined based on binary analysis on Windows 10. It's now been updated so the kernel32/kernelbase/advapi32 imports should be exactly as they are written, on the MSDN documentation and that wouldn't have been easy without Geoff Chappell's work thank him https://www.geoffchappell.com/studies/windows/win32/index.htm |
||
|---|---|---|
| .. | ||
| devrand.c | ||
| g_rando.S | ||
| g_rando32.c | ||
| g_rando64.c | ||
| getentropy.c | ||
| getrandom.c | ||
| internal.h | ||
| lcg.internal.h | ||
| poz.c | ||
| rand.c | ||
| rand.h | ||
| rand.mk | ||
| rand32.c | ||
| rand64.c | ||
| randf.c | ||
| randtest.c | ||
| rdrand.c | ||
| rdseed.c | ||
| rngset.c | ||
| srand.c | ||
| strfry.c | ||
| winrandish.c | ||
| xorshift.h | ||
| xorshift32.c | ||
| xorshift64.c | ||