SorteKanin@feddit.dk to Rust@programming.dev · 26 days agoCasper's Blog – Why I forked randcasualhacks.netexternal-linkmessage-square3linkfedilinkarrow-up14
arrow-up14external-linkCasper's Blog – Why I forked randcasualhacks.netSorteKanin@feddit.dk to Rust@programming.dev · 26 days agomessage-square3linkfedilink
minus-squareBB_C@programming.devlinkfedilinkarrow-up1·26 days ago Fastrand is not cryptographically secure That’s not relevant when it’s a question of interface. fastrand has a single Rng struct that drives everything else. Was the option to replace the implementation details of this struct explored? No idea.
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.