Skip to content
Text Mechanic
Generators

Random Number Generator

Generate random numbers in a range, with or without repeats.

Draws numbers uniformly from the range you set. 'Unique values' draws without replacement, so no number repeats — that needs a range at least as wide as the count.

Options

Draws without replacement. Whole numbers only.

0 disables zero padding.

Use \n for one value per line.

Leave empty for secure, non-repeatable randomness. A seed makes the result reproducible.

Output
0lines0words0characters0 B

Options explained

  • Unique values onlyDraws without replacement. Whole numbers only.
  • Pad to width0 disables zero padding.
  • SeparatorUse \n for one value per line.
  • SeedLeave empty for secure, non-repeatable randomness. A seed makes the result reproducible.