splitmix64

Tiny random number generator.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License CC0
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Tags

Installation

nimble install splitmix64
choosenim install splitmix64
git clone https://github.com/IcedQuinn/splitmix64

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
splitmix64 - - - - - - -

Source

Repository https://github.com/IcedQuinn/splitmix64
Homepage https://github.com/IcedQuinn/splitmix64
Registry Source nimble_official

README

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

Original

  • https://github.com/svaarala/duktape/blob/master/misc/splitmix64.c

License

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