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

winter-rand-utils

Random value generation utilities for Winterfell crates

16 unstable releases (6 breaking)

0.8.3 Mar 15, 2024
0.7.0 Oct 23, 2023
0.6.4 May 26, 2023
0.6.1 Mar 29, 2023
0.2.0 Aug 24, 2021

#415 in Cryptography

Download history 502/week @ 2023-12-20 139/week @ 2023-12-27 471/week @ 2024-01-03 1107/week @ 2024-01-10 1157/week @ 2024-01-17 1625/week @ 2024-01-24 1181/week @ 2024-01-31 1163/week @ 2024-02-07 1117/week @ 2024-02-14 1093/week @ 2024-02-21 1170/week @ 2024-02-28 1220/week @ 2024-03-06 1335/week @ 2024-03-13 1601/week @ 2024-03-20 736/week @ 2024-03-27 1411/week @ 2024-04-03

5,320 downloads per month
Used in 14 crates (10 directly)

MIT license

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