Balanced Random Number Generator Generate random numbers that seem more random than truly random number! Unlike typical RNGs that may cluster results, this tool adds weight factors to the distribution.
\( \Delta_{\text{max}} \)
This parameter limits the difference between the maximum and minimum generated number. For example, a number cannot be generated 4 times until all others have been generated at least once.
\( \mathbf{F} \)
This parameter adjusts how randomized the distribution is. Higher values will make the algorithm act more like a typical RNG.