A function returns a value between 0.0 and 1.0. I want now to apply a scaling function on this result so that I get a value between -500 and 500.
The transition should not be linear but adaptable - that is for example I want to achieve that a value gets transformed within the range [-500,0] is two more times frequent than within the range [1,500].
I've seen a similar question Range scaling problem but there a more linear transformation is discussed.
Thanks a lot for any help on this matter!