#random #rand #utilities #testing-utilities #winterfell #generation #benchmark

winter-rand-utils

Random value generation utilities for Winterfell crates

21 releases (10 breaking)

new 0.12.0 Feb 9, 2025
0.11.0 Nov 24, 2024
0.10.1 Oct 30, 2024
0.9.0 May 9, 2024
0.2.0 Aug 24, 2021

#379 in Cryptography

Download history 1626/week @ 2024-10-25 2003/week @ 2024-11-01 571/week @ 2024-11-08 951/week @ 2024-11-15 1406/week @ 2024-11-22 1129/week @ 2024-11-29 901/week @ 2024-12-06 621/week @ 2024-12-13 595/week @ 2024-12-20 536/week @ 2024-12-27 586/week @ 2025-01-03 1336/week @ 2025-01-10 1837/week @ 2025-01-17 1613/week @ 2025-01-24 671/week @ 2025-01-31 1503/week @ 2025-02-07

6,014 downloads per month
Used in 19 crates (11 directly)

MIT license

84KB
1.5K SLoC

Winter rand utils

This crate contains functions for generating random values. These functions are intended to be used in tests, benchmarks, and examples by other Winterfell crates.

When compiled to WebAssembly target, all of the functions are omitted.

License

This project is MIT licensed.


lib.rs:

This crates contains functions for generating random values.

These functions are intended to be used in tests, benchmarks, and examples. When compiled to WebAssembly target, all of the functions are omitted.

Dependencies

~75KB