Random Odd Number Generator
The odd-only counterpart to the even-number generator — pick a range and get back nothing but odd values, without having to discard evens by hand.
How to use this tool
- Set a minimum and maximum.
- Choose how many odd numbers to generate.
- Generate to see your results.
Common use cases
- Maths classroom practice on odd/even numbers
- Sampling odd-only values for a game or draw
- Testing logic that expects odd inputs