File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,9 @@ optional features are available:
117
117
- ` alloc ` can be used instead of ` std ` to provide ` Vec ` and ` Box ` .
118
118
- ` i128_support ` enables support for generating ` u128 ` and ` i128 ` values.
119
119
- ` log ` enables some logging via the ` log ` crate.
120
- - ` nightly ` enables all unstable features (` i128_support ` ).
120
+ - ` nightly ` enables all unstable features (` i128_support ` , ` simd_support ` ).
121
121
- ` serde1 ` enables serialization for some types, via Serde version 1.
122
+ - ` simd_support ` enables uniform sampling of SIMD types (integers and floats).
122
123
- ` stdweb ` enables support for ` OsRng ` on ` wasm32-unknown-unknown ` via ` stdweb `
123
124
combined with ` cargo-web ` .
124
125
- ` wasm-bindgen ` enables support for ` OsRng ` on ` wasm32-unknown-unknown ` via
You can’t perform that action at this time.
0 commit comments