Reece Wilson
124038df62
[+] AuConsole::Commands::RemoveCommand [+] EExtendedUsage::eServerAuth [+] SysPanic2 for SysSafeLine hints (backtrace may contain optimized SysPanics, making tracing the true origin difficult) [*] Reworked SysAssertions [*] AuParse::EncodeHex now takes AuMemoryViewRead [*] AuRng::ReadSecureRNG now takes AuMemoryViewWrite [*] AuRng::ReadFastRNG now takes AuMemoryViewWrite |
||
---|---|---|
.. | ||
ERngStringCharacters.hpp | ||
IRandomDevice.hpp | ||
RandomDef.hpp | ||
README.md | ||
RNG.hpp |
AuRng
Example Usage: HelloAurora/master/Tests/Public/14. Hello RNG/Main.cpp
Features
- Static and IRandomDevice RNG routines
- Partial template support for arrays and strings
- Various numeric operations (int range, 0-1 decimal, string of character set, next word, etc)
Backends
- System provided CSRNG backend
- WELL fast backend; seeded by U32's, U64's, and larger WELL blob's