SorteKanin@feddit.dk to Rust@programming.dev · 1 month agoCasper's Blog – Why I forked randcasualhacks.netexternal-linkmessage-square3linkfedilinkarrow-up14arrow-down10cross-posted to: lobsters@lemmy.bestiver.se
arrow-up14arrow-down1external-linkCasper's Blog – Why I forked randcasualhacks.netSorteKanin@feddit.dk to Rust@programming.dev · 1 month agomessage-square3linkfedilinkcross-posted to: lobsters@lemmy.bestiver.se
minus-squareBB_C@programming.devlinkfedilinkarrow-up1·1 month 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.