AuroraRuntime/Include/Aurora/RNG/README.md

13 lines
388 B
Markdown
Raw Normal View History

2022-06-14 01:14:51 +00:00
# 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