We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c953d4 + 17fea2b commit afcfbb2Copy full SHA for afcfbb2
README.md
@@ -80,6 +80,11 @@ Additionally, these features configure Rand:
80
- `nightly` includes some additions requiring nightly Rust
81
- `simd_support` (experimental) enables sampling of SIMD values
82
(uniformly random SIMD integers and floats), requiring nightly Rust
83
+- `unbiased` use unbiased sampling for algorithms supporting this option: Uniform distribution.
84
+
85
+ (By default, bias affecting no more than one in 2^48 samples is accepted.)
86
87
+ Note: enabling this option is expected to affect reproducibility of results.
88
89
Note that nightly features are not stable and therefore not all library and
90
compiler versions will be compatible. This is especially true of Rand's
0 commit comments