Skip to content

Releases: alchimystic/defold-rng

Support for TinyMT32

16 Oct 10:53
664722f
Compare
Choose a tag to compare

This release adds support for TinyMT32 (Tiny Mersenne Twister, 32 bit variant)

Initial version, with support for PCG32

14 Oct 19:34
Compare
Choose a tag to compare

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