Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 773 Bytes

Pending

Breaking changes

Features

Improvements

Bug fixes

v0.4.0

Breaking changes

  • #35 Change test_rng to return impl Rng, and make the output randomized by default when the std feature is set. Introduces a DETERMINISTIC_TEST_RNG environment variable that forces the old deterministic behavior when DETERMINISTIC_TEST_RNG=1 is set.

Features

Improvements

Bug fixes

v0.3.0

Breaking changes

  • #32 Bump rand to 0.8 and remove the use of rand_xorshift.

Features

  • #34 Re-export num_traits::{One, Zero} from ark-std.

Improvements

Bug fixes