/runique

Quick and dirty combination of safe and unique random sequence generator with radix 62 alphanumeric characters. Uses securerandom but with added capitals so as to increase uniqueness which securerandom doesn't apparently do. Securerandom is, however, good for not using the usual sources of noise to derive randomness. So, I combined the two.

Primary LanguageRubyOtherNOASSERTION

No issues in this repository yet.