Random Odd Number Generator

Random odd numbers between any two values.

Set your range and generate odd numbers only — perfect for games, lessons, and quick odd-only picks.

The odd-only counterpart to the even generator. It is handy for parity lessons, assigning odd-numbered slots, or any game rule that calls specifically for odd results.

The range is snapped to the nearest odd numbers inside it, so you can enter any bounds and still get valid odd output.

Frequently asked questions

What counts as odd?

Any integer not divisible by 2 — the generator only returns those.

Can I combine this with the even generator?

Yes — use both side by side when a game or lesson needs a mix of guaranteed-odd and guaranteed-even draws.