Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Node.js -> Go | EuAndreh | 2024-03-25 | 1 | -96/+0 |
| | |||||
* | tests/rand.mjs: Add MersenneTwister random number generator | EuAndreh | 2024-03-20 | 1 | -0/+96 |
The `tests/rand.c` is also added: a simplified adaptation of the original algorithm implementation in C. A 10k numbers test case shows that the JavaScript version behaves the same that the C one does. |