- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
4.1.1 (2024-10-07)
- add missing pkg export (WrappedRandom) (8e4f7d5)
4.1.0 (2024-10-05)
- add WrappedRandom, refactor SYSTEM (73c863f)
- replace
SystemRandom
withWrappedRandom
class - refactor
SYSTEM
- replace
4.0.0 (2024-07-22)
- migrate/remove UUID functions (#486) (2ec753e)
- BREAKING CHANGE: migrate UUID functions to @thi.ng/uuid pkg
- remove obsolete files
- update deps/pkg
- update readme
3.8.0 (2024-05-08)
- add rdom-klist example project, update readmes (cd458ac)
- add rdom-klist example project, update readmes (531437f)
3.7.0 (2024-03-21)
- add weightedProbability() (393dcaa)
3.6.13 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
3.6.6 (2023-10-05)
- update ARandom.minmaxInt/Uint() (33c35b4)
- fix NaN bug iff min == max
3.6.1 (2023-08-12)
- add/re-use internal buf for uuid() (6bf7f1d)
- avoid temp allocations (10% faster)
3.6.0 (2023-08-12)
- add IRandom.minmaxUint() (6558eb1)
- clarify .minmaxInt() is for signed (i32)
- new .minmaxUint() is for unsigned (u32)
- add ARandom.minmaxUint()
- add IRandom.probability() (efdd49c)
- add impl for ARandom base class
- increase Crypto default size to 1KB (a30075a)
- minor update randomBytesFrom() (770dbe5)
- switch loop direction
3.5.0 (2023-07-14)
- add pickRandomUnique() (a70c951)
- add generics for uniqueValuesFrom()
3.4.0 (2023-04-19)
- add INorm.normMinMax(), update ARandom (89c6b76)