Skip to content

kernel17/string_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string_generator

A high-efficent memory-safe and thread-safe string generator written in C++

Usage:

An example of usage is given in main.cpp

#include "strgen.h"

//...

strgen::random_string(
    10, // length
    charset = strgen::charset::ALL | LOWERCASE | UPPERCASE | DIGITS); // charset::ALL by default

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published