AuroraRuntime/Include/Aurora/RNG
2022-06-14 02:14:51 +01:00
..
ERngStringCharacters.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
IRandomDevice.hpp [*] Major fix -> vec wrapper w/o glm accessors were broken 2022-03-20 09:56:15 +00:00
RandomDef.hpp [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
README.md [TODO: BLOCK 2 PROGRESS] 2022-06-14 02:14:51 +01:00
RNG.hpp [*] more rng work 2022-02-20 20:59:06 +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