-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arc4random #1343
Comments
Cosmopolitan provides a variety of ways to generate random numbers, such as getrandom() and getentropy() which are both recommended for all use cases. No one's found need of arc4random yet, which is why we don't have it. I'm perfectly happy to include that too, if someone wants to copy over the FreeBSD or OpenBSD implementation per the CONTRIBUTING.md process. |
Some resources:
|
TLDR on Fenestras X + the Windows 10 RNG is:
There are lots more subtleties in the whitepaper, and also some interesting design choices in Fenestras X in FreeBSD. However, I think the |
Okay, right, they're not syscalls, they're in libc. So there's at least some porting work to be done. |
That would be a good feature for cosmo's memory manager. |
Hi.
I have two questions, why you didn't inplement arc4random?
and an other, the discord drama all was a big misunderstanding, check the new issue at superconfigure repo, and see what I actually meant.
The text was updated successfully, but these errors were encountered: