skew Function¶
- skew(skew_at=0.6, weight=0.9, minimum=0, maximum=100, is_int=False)
Purpose¶
Generate a bounded random value that is biased toward a target point.
Important parameters¶
skew_atNormalized target point in the range 0 to 1.
weightStrength of the skew bias.
minimum/maximumOutput bounds.
is_intWhether to round the output to an integer.