We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Some PHP calls are covered https://github.com/johnsaigle/scary-strings/blob/main/wordlists/php/randomness
PHP has documentation related to this here: https://www.php.net/manual/en/book.random.php. Should review and add wordlist entries for all non-cryptographic RNG.
Sorry, something went wrong.
This is a list of different PRNGs (non-cryptographic) in Rust's random crate: https://rust-random.github.io/book/guide-rngs.html#basic-pseudo-random-number-generators-prngs
random
mt19937 for C++
No branches or pull requests
The text was updated successfully, but these errors were encountered: