No description
Find a file
2022-03-18 19:12:42 -05:00
src feat: port splitmix code from other projects 2022-03-18 17:34:21 -05:00
README.md doc: add a readme 2022-03-18 19:12:42 -05:00
splitmix64.nimble feat: port splitmix code from other projects 2022-03-18 17:34:21 -05:00

This is a port of Duktape's random number generator to Nim.

Original

License

  • Upstream is public domain (CC-0) so this port is as well.