AuroraRuntime/Include/Aurora/RNG
Jamie Reece Wilson 54904957f2 [+] IRandomDevice.NextArrayVec2Fast
[+] IRandomDevice.NextArrayVec3Fast
[+] IRandomDevice.NextArrayVec4Fast
[+] AuRNG.RngArrayVec2Fast
[+] AuRNG.RngArrayVec3Fast
[+] AuRNG.RngArrayVec4Fast
2024-04-24 15:27:19 +01:00
..
ERngStringCharacters.hpp [+] ERngStringCharacters::eLowerAlphaNumericCharacters 2024-03-11 17:33:36 +00:00
IRandomDevice.hpp [+] IRandomDevice.NextArrayVec2Fast 2024-04-24 15:27:19 +01:00
RandomDef.hpp [+] AuRNG::RandomDef static utilities (Fast, Secure, FromU64Seed, FromU32Seed, FromMassiveSeed) 2023-12-23 04:17:55 +00:00
README.md [TODO: BLOCK 2 PROGRESS] 2022-06-14 02:14:51 +01:00
RNG.hpp [+] IRandomDevice.NextArrayVec2Fast 2024-04-24 15:27:19 +01: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