- 97fae65 💸 Move GitHub sponsors link first for npm display (#468)
- a922a54 👷 Add extra runs in benchmarks (#463)
- aa21bc8 👷 Rework benchmark part (#461)
- f2937e8 💸 Add link to GitHub sponsors in funding (#462)
- bccd91a 🐛 Avoid BigInt crash when importing pure-rand (#432)
- e3c3052 🐛 More resiliency to poisoning on globals (#431)
- e4cafac 🐛 Add "types" to "exports" (#363)
- 4d43670 💥 Remove old API of
RandomGenerator
(#245)
- 64c9033 🏷️ Remove never used type (#253)
- 79dcea6 ⚡️ Re-implement safe skipN/generateN with unsafe ones (#251)
- 1137604 ⚡️ Add unsafe version of
uniformArrayIntDistribution
(#252) - 1d23433 ⚡️ Add unsafe version of
uniformBigIntDistribution
(#250) - eb6fdea ⚡️ Add unsafe version of
uniformIntDistribution
(#249) - 0c66c2a ⚡️ Prefer unsafe for internal on uniform array-int distributions (#248)
- d4b6353 ⚡️ Prefer unsafe for internal on uniform int distributions (#247)
- ac1afe1 🏷️ Introduce typings for
UnsafeDistribution
(#246) - 5b29db5 ✨ Migrate congruential to new API (#244)
- b5da3e9 ✨ Migrate mersenne to new API (#243)
- 08cb943 ✨ Migrate xorshift to new API (#242)
- 1c8b02f ✨ Migrate xoroshiro to new API (#241)
- 153895c ⚡️ Avoid creating an unneeded instance in
xoroshiro::jump
(#239) - fa94947 ⚡️ Avoid creating an unneeded instance in
xoroshiro::jump
(#239) - bbad88f 🏷️ Add temporary typings of
RandomGeneratorWithUnsafe
(#238) - dbc8582 🚧 Temporarily add a forked interface for
RandomGenerator
(#235)
- 1eb1467 ✅ Add test helpers for new generators (#240)