https://github.com/fixeddev/fastnickgenerator
https://github.com/fixeddev/fastnickgenerator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fixeddev/fastnickgenerator
- Owner: FixedDev
- Created: 2020-09-05T00:35:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T05:02:31.000Z (over 5 years ago)
- Last Synced: 2025-04-13T22:11:34.111Z (12 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastNickGenerator
A fast nick generator created in C++ to practice.
It generates nicks based on 2 dictionaries and a final number at the end from 0-9999.
The dictionaries need to be on the same folder as the executable with the names `beginning` and `middle`. The result is saved on a file called result
The nick generator can generate nicks in batches to allow machines with less ram to generate lots of them.