Generate random fractions from integer bounds, avoid zero denominators, and inspect simplified and decimal forms side by side.
Generated with secure browser randomness when available.
The tool picks a random numerator and denominator from your integer range, rejects zero denominators, and then simplifies the fraction with a greatest common divisor check.
That gives you the original fraction, a reduced form, a decimal approximation, and the whole-number portion of any improper fraction.
Yes. The generator allows improper fractions, which is why the whole-part value is shown.
Division by zero is undefined, so the generator always skips that case.
No. The raw random fraction may not be reduced, so the tool also shows its simplified form.
They are useful for exercises, sample math content, mock quizzes, and testing fraction-rendering UIs.
Fractions are easiest to compare when you can see both reduced and decimal forms.
Improper fractions can still be perfectly valid outputs for exercises and test cases.
Limiting the integer range keeps the generated values readable and easy to scan.
Related Tools
Convert pixels to inches.
Convert RGB color values into HEX codes.
Convert roman numerals values.
Convert between kilobytes and megabytes.
Convert letters to numbers.
Convert between megabytes and gigabytes.