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

winter-rand-utils

Random value generation utilities for Winterfell crates

19 unstable releases (8 breaking)

0.10.1 Oct 30, 2024
0.9.0 May 9, 2024
0.8.3 Mar 15, 2024
0.7.0 Oct 23, 2023
0.2.0 Aug 24, 2021

#398 in Cryptography

Download history 1427/week @ 2024-07-22 1627/week @ 2024-07-29 1564/week @ 2024-08-05 1144/week @ 2024-08-12 1439/week @ 2024-08-19 1254/week @ 2024-08-26 737/week @ 2024-09-02 1028/week @ 2024-09-09 764/week @ 2024-09-16 829/week @ 2024-09-23 694/week @ 2024-09-30 605/week @ 2024-10-07 886/week @ 2024-10-14 1275/week @ 2024-10-21 1725/week @ 2024-10-28 1845/week @ 2024-11-04

5,737 downloads per month
Used in 20 crates (10 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

~73KB