/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: ERngStringCharacters.hpp
Date: 2021-9-3
Author: Reece
***/
#pragma once
namespace Aurora::RNG
{
AUE_DEFINE(ERngStringCharacters,
(
eAlphaCharacters,
eLowerCharacters,
eUpperCharacters,
eNumericCharacters,
eAlphaNumericCharacters,
eExtendedEntropy
));
}