#random #rand #testing #utilities #winterfell #value #generation

winter-rand-utils

Random value generation utilities for Winterfell crates

17 unstable releases (7 breaking)

new 0.9.0 May 9, 2024
0.8.3 Mar 15, 2024
0.8.1 Feb 21, 2024
0.7.0 Oct 23, 2023
0.2.0 Aug 24, 2021

#391 in Cryptography

Download history 1198/week @ 2024-01-19 1412/week @ 2024-01-26 1293/week @ 2024-02-02 1248/week @ 2024-02-09 971/week @ 2024-02-16 944/week @ 2024-02-23 1263/week @ 2024-03-01 1223/week @ 2024-03-08 1447/week @ 2024-03-15 1307/week @ 2024-03-22 1023/week @ 2024-03-29 1572/week @ 2024-04-05 1115/week @ 2024-04-12 1576/week @ 2024-04-19 1917/week @ 2024-04-26 1330/week @ 2024-05-03

6,334 downloads per month
Used in 16 crates (10 directly)

MIT license

77KB
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

~72KB