Random IMEI number #826
Labels
c: feature
Request for new feature
p: 1-normal
Nothing urgent
s: accepted
Accepted feature / Confirmed bug
Milestone
Clear and concise description of the problem
I want to be able to generate a random IMEI number.
Suggested solution
Would this be under
phone
orinternet
? I think it could go under either of them, honestly.Alternative
No response
Additional context
IMEI numbers follow the same Luhn algorithm that is used for credit cards, the
luhnCheck.ts
file can be used to check for IMEI validity. Also, I'm pretty surehelpers.replaceCreditCardSymbols()
could be adapted for this usage.The text was updated successfully, but these errors were encountered: