- cross-posted to:
- lobsters
- cross-posted to:
- lobsters
You must log in or # to comment.
Ctrl-F fastrand (0 results)
I had to stop reading very early. Sorry, but if you’re going to do this topic, at least acknowledge the other very popular randomness crate, and argue why it wasn’t good enough for what you wanted.
Isn’t it pretty obvious? Fastrand is not cryptographically secure, urandom provides that option.
Fastrand is not cryptographically secure
That’s not relevant when it’s a question of interface.
fastrandhas a singleRngstruct that drives everything else. Was the option to replace the implementation details of this struct explored? No idea.


