Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Node.js -> Go | EuAndreh | 2024-03-25 | 1 | -83/+0 |
| | |||||
* | tests/rand.c: s/Taken/Derived/ | EuAndreh | 2024-03-21 | 1 | -1/+1 |
| | |||||
* | tests/rand.mjs: Add MersenneTwister random number generator | EuAndreh | 2024-03-20 | 1 | -0/+83 |
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. |