I am trying to randomly select values between 2 points so that the most likely ones are selected closer to the left boundary and decrease linearly over the range.
Like this but so that values closer to the min and more likely than ones closer to the max
runif(1, min=11700, max=126000)