public enum FloatScalePublic Enumeration FloatScalepublic enum class FloatScaletype FloatScale| Auto | 0 | The scaling will be chosen automatically based on the provided range. |
| ForceLinear | 1 | Forces to use linear scaling when generating random numbers. |
| ForceLogarithmic | 2 | Forces to use logarithmic scaling when generating random numbers. Please that generating random numbers on the logarithmic scale can be significantly slower than on the linear scale, especially when generating Decimal values. |
| AllFlagsDefined |
Gets whether every single bit value in flags are defined in the enum type of flags,
or when flags is zero, it is checked whether zero is defined in the enum type of flags.
(Defined by EnumExtensions) |
| IsSingleFlag |
Gets whether only a single bit is set in value.
(Defined by EnumExtensions) |