librandom.rs(3): Randomness library for Rust
#178
Notifications
Due Date
No due date set.
Blocks
#55 `mix(1)` – randomly sort inputs
bonsai/harakit
Reference: bonsai/harakit#178
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How should randomness be implemented? I certainly want a wrapper around the C random functions because I’m not comfortable implementing randomness since it wouldn’t be cryptographically secure.
Any cryptographically non-random library should be specifically labeled
nonsecureorinsecureto avoid StackOverflow-style problems (also known as the Microsoft method; where someone paid six figures to do something they don't understand uses the wrong tool for the job and blows a hole/backdoor in the building/server).