You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes unable to use Rng trait object with range::sample
rust-random/rand#190
* Adds support for inclusive range
Replace rvs's own RangeInclusive with rand's new Range::new_inclusive
rust-random/rand#188
This prevents
Rng
from being a trait objectThe text was updated successfully, but these errors were encountered: