Formula applied
The exact method behind this answer
CalculationTime keeps the method visible so the number can be checked instead of blindly trusted.
Random fraction = seeded pseudo-random value in [0, 1). Decimal result = minimum + fraction × (maximum − minimum). Integer result = floor(minimum + fraction × (maximum − minimum + 1)).- Apply the formulaRandom fraction = seeded pseudo-random value in [0, 1). Decimal result = minimum + fraction × (maximum − minimum). Integer result = floor(minimum + fraction × (maximum − minimum + 1)).421 reproducible draw from 1 to 100. Seed 20,260,620; first values: 42. Not security-grade randomness.