stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

RFC: add support for generating pseudorandom numbers using TinyMT32

Open kgryte opened this issue 5 years ago • 1 comments

Checklist

Please ensure the following tasks are completed before submitting a feature request.

  • [x] Read and understood the Code of Conduct.
  • [x] Searched for existing issues and pull requests.
  • [x] The issue name begins with RFC:.

Description

Description of the feature request.

This RFC proposes to add support for the Tiny Mersenne Twister algorithm for generating pseudorandom numbers (32-bit). Should be similar in its API to @stdlib/random/base/minstd.

Package: @stdlib/random/base/tinymt32 Alias: tinymt32

Related Issues

Does this feature request have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.

kgryte avatar Jul 26 '18 07:07 kgryte

Additionally, @stdlib/random/base/mt19937 is another good reference package.

kgryte avatar Dec 16 '23 07:12 kgryte