lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
680 stars 175 forks source link

Some generators give large first numbers and small second numbers #345

Closed lukew3 closed 3 years ago

lukew3 commented 3 years ago

Name or Id of generator: multiplication and I think the other basic math ones Issue: The generators work by generating one number and then deciding the range of the second number based on the limits defined in the kwargs.

lukew3 commented 3 years ago

Duplicate of #300