generate-sa-idnumbers icon indicating copy to clipboard operation
generate-sa-idnumbers copied to clipboard

initial commit

Open givenkiban1 opened this issue 3 years ago • 0 comments

Made a python implementation of this repo with added functionalities such as :

  • changing the sequence by calling RSA_ID Object.regenerateId()
  • Digit assigned for female is now a random number from 0-4 and for males it's 5-9
  • You're able to create different variants of an ID for the same initial fields you've instantiated the object with
  • you can generate totally random ids, by simply passing RSA_ID object(randomize=1)
  • you can supply min_age, to aid with randomizing birth year, min_age must be > 0

givenkiban1 avatar Aug 08 '21 05:08 givenkiban1