Random generator between two bounds using realistic_distribution. More...
Random generator between two bounds using realistic_distribution.
This generator produces random values between two bounds (inclusive) using a realistic distribution. The realistic distribution aims to provide a more uniform coverage of the range by avoiding too many extreme values.
| Mx | Type of the upper bound |
| Mn | Type of the lower bound |