Skip to content

Commit f3c8f85

Browse files
committed
Document simd_support feature
1 parent 35bf020 commit f3c8f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ optional features are available:
117117
- `alloc` can be used instead of `std` to provide `Vec` and `Box`.
118118
- `i128_support` enables support for generating `u128` and `i128` values.
119119
- `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`).
121121
- `serde1` enables serialization for some types, via Serde version 1.
122+
- `simd_support` enables uniform sampling of SIMD types (integers and floats).
122123
- `stdweb` enables support for `OsRng` on `wasm32-unknown-unknown` via `stdweb`
123124
combined with `cargo-web`.
124125
- `wasm-bindgen` enables support for `OsRng` on `wasm32-unknown-unknown` via

0 commit comments

Comments
 (0)