This project tells you the amount of numbers with no repeated digits divisible by a difference d, between a specified starting and ending number. The starting number must be a multiple of the difference (d) For a demo, enter the following numbers:- 1000001111 11111 and 9999999999 for the first, second and third questions respectively. You will get 3456 numbers (it is shown by the length of the list) . It is one of the fastest number generators on scratch. In the demo I have shown above, it runs through 9 billion numbers in just a few seconds!
Made this project based on a cool math problem that I encountered!!!