dee-0.0.2 is not a library.
dee: Rust implementation of drand
dee is a tool to retrieve public randomness generated by drand beacon. It features an HTTP client, and verification method.
The format specification is at drand.love/docs/specification. drand was designed in Scalable Bias-Resistant Distributed Randomness.
The reference interroperable Go implementation is available at drand/drand.
Install
Usage
Seeding your Random Number Generator
You can leverage drand randomness as a seed for PRNG systems.
bash
RANDOM=;
Python
Rust
use *;
use ;
use Pcg64;
Details
This client supports validation of chained and unchained randomness, both with signature on G1 and on G2.