You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.1 KiB

CHANGELOG 7.X

7.0.1

Fixes

  • c24bc93 🐛 Properly define exports in package.json (#758)

7.0.0

Breaking Changes

  • 2c94832 🏷️ Move to "import type" when feasible (#736)
  • 3741a63 🏷️ Mark getState as compulsory on RandomGenerator (#733)

Features

  • 228c73d ️ Faster uniform distributions on bigint (#757)
  • 86869a1 Expose generators and distributions (#735)

Fixes