splitmix64
A very small random number generator.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | CC-PDDC |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:20 |
Tags
Authors
- Iced Quinn
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.0 | No |
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.