public void UniformSnapshot_BigQuantilesAreTheLastValue() { _snapshot.GetValue(1.0).Should().BeApproximately(5, 0.1); }
public void UniformSnapshot_SmallQuantilesAreTheFirstValue() { snapshot.GetValue(0.0).Should().BeApproximately(1, 0.1); }