I would like to generate a non-uniform data set in a range which has more data points at the end-tale. Suppose the range is [a-b], a,b>0, and I want to find a way in python to generate a non-uniform data with more data points near the upper bound. Something like reverse of log distribution.
Thanks.
If you have already a distribution in mind you can use scipy.
Here you can find more about beta distribution.