Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f64 reciprocal is inexact, with residuals on the order of 1 / 2^54. For example: the probability gen_bool(1.0 / 3) == true is: 6004799503160661/18014398509481984 Using gen_range is exact for all values of `consumed`. NOTE: this is a value stability-breaking change fixes #1058
- Loading branch information