aboutsummaryrefslogtreecommitdiff
path: root/src/internal/mersenne.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-12-03refactor: replace MersenneTwister with pure-rand based one one (#3288)ST-DDT1-282/+147
2024-10-12chore(deps): update dependency eslint-plugin-unicorn to v56 (#3159)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero1-48/+0
2024-02-27feat!: high precision random number generator (#2357)ST-DDT1-3/+24
2023-12-01test(mersenne): add tests for value ranges (#2470)ST-DDT1-1/+1
2023-10-09infra(unicorn): no-new-array (#2441)ST-DDT1-1/+1
2023-10-06chore: randomizer cleanup (#2431)ST-DDT1-0/+1
2023-10-04feat: support custom randomizer (#2284)ST-DDT1-0/+351