**Issue:** Using RandomNumbers(10000, 34, 38) will only produce values that are over 38  **ScottPlot Version:** (What NuGet package are you using?) 5.0.39 ```cs var numbers = Generate.RandomNumbers(10000, 34, 38);