4
Casper's Blog – Why I forked rand
(casualhacks.net)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Isn't it pretty obvious? Fastrand is not cryptographically secure, urandom provides that option.
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.