#rand #utils

dev winter-rand-utils

Random value generation utilities for Winterfell crates

13 unstable releases (5 breaking)

0.7.0 Oct 23, 2023
0.6.4 May 26, 2023
0.6.2 Apr 16, 2023
0.6.1 Mar 29, 2023
0.2.0 Aug 24, 2021

#1046 in Cryptography

Download history 1098/week @ 2023-08-04 714/week @ 2023-08-11 303/week @ 2023-08-18 595/week @ 2023-08-25 590/week @ 2023-09-01 725/week @ 2023-09-08 389/week @ 2023-09-15 353/week @ 2023-09-22 713/week @ 2023-09-29 892/week @ 2023-10-06 669/week @ 2023-10-13 810/week @ 2023-10-20 737/week @ 2023-10-27 379/week @ 2023-11-03 192/week @ 2023-11-10 592/week @ 2023-11-17

2,042 downloads per month
Used in 9 crates

MIT license

44KB
629 lines

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

~71KB