Is it possible to generate random numbers between say 1000000 and 9999999 that are easy to remember?
I know the term easy to remember
is relative but I'd believe that for your typical human being the number 331332 is easier to remember than 537106 (or is it?)
Use case. Am generating unique numbers for people in an application and was thinking I could try and make it easier for the people by assigning them easy numbers
. The way I'd play it is that the first people to register get the easy numbers and from there the easiness reduces.
If you've seen the same in any programming language you could post for inspiration to others
There's a similar question here but that was alphanumeric in nature and it was six years ago