Update to rand 0.9#125
Conversation
|
We may want to make It should be straightforward to split |
|
Would making the rng an argument be a path we'd want to go down? Different applications might want different random number properties, and then we could turn off all default features, and have a feature that provides the old |
I haven't been having too many problems after sticking [target.wasm32-unknown-unknown]
rustflags = '--cfg getrandom_backend="wasm_js"'into EDIT: they tell you this on the crate docs page ignore me |
Bump code to use rand 0.9 by translating API calls:
gen*->random*from_entropy->from_os_rng