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

winter-rand-utils

Random value generation utilities for Winterfell crates

17 unstable releases (7 breaking)

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

#398 in Cryptography

Download history 780/week @ 2024-05-21 1373/week @ 2024-05-28 970/week @ 2024-06-04 1265/week @ 2024-06-11 1303/week @ 2024-06-18 1231/week @ 2024-06-25 1843/week @ 2024-07-02 962/week @ 2024-07-09 1733/week @ 2024-07-16 1357/week @ 2024-07-23 1744/week @ 2024-07-30 1446/week @ 2024-08-06 1042/week @ 2024-08-13 1452/week @ 2024-08-20 1275/week @ 2024-08-27 821/week @ 2024-09-03

4,809 downloads per month
Used in 19 crates (10 directly)

MIT license

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

~74KB