Skip to content

ytec-nl/UniqueRandomStringGenerator

 
 

Repository files navigation

Unique Random String Generator

Proof of concept code to generate hundreds of millions unique random strings, provided the amount of permutations fit within a 64 bit int (although it doesn't actually check that currently).

Code was needed once, so is limited in GUI features. The multi threaded aspect of it was added for fun's sake, later.

About

Generate hundreds of millions of unique random strings efficiently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 97.6%
  • QMake 2.4%