Skip to content
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

Add PRNG functions for all languages #35

Open
3 of 8 tasks
johnsaigle opened this issue Oct 24, 2022 · 3 comments
Open
3 of 8 tasks

Add PRNG functions for all languages #35

johnsaigle opened this issue Oct 24, 2022 · 3 comments

Comments

@johnsaigle
Copy link
Owner

johnsaigle commented Oct 24, 2022

@johnsaigle
Copy link
Owner Author

johnsaigle commented Oct 24, 2022

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.

@johnsaigle
Copy link
Owner Author

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

@johnsaigle
Copy link
Owner Author

mt19937 for C++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant