Skip to content

Initial version, with support for PCG32

Compare
Choose a tag to compare
@alchimystic alchimystic released this 14 Oct 19:34
· 5 commits to main since this release

Features:

  • rng: supports creation of pcg32 instance with random seed (based on entropy)
  • rng: supports creation of pcg32 instance with initial state and increment seed
  • pcg32 instance supports: seed, number, double_num, range, double_range, toss and roll