mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Make improvements
- Make rand64() thread safe - Introduce lemur64 lcg prng - Improve strace on New Technology - Improve msync() on New Technology
This commit is contained in:
parent
43ba3009b2
commit
29bf8b1a30
73 changed files with 888 additions and 269 deletions
|
@ -209,6 +209,7 @@ const struct Function {
|
|||
{"getrandom", GetRandom}, //
|
||||
{"inc", inc}, //
|
||||
{"knuth", knuth}, //
|
||||
{"lemur64", lemur64}, //
|
||||
{"libc", libc}, //
|
||||
{"moby", moby}, //
|
||||
{"mt19937", _mt19937}, //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue