chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
//!
|
||||
//! # Randomness Pezpallet
|
||||
//!
|
||||
//! The Randomness Collective Flip pezpallet provides a [`random`](./struct.Module.html#method.random)
|
||||
//! function that generates low-influence random values based on the block hashes from the previous
|
||||
//! `81` blocks. Low-influence randomness can be useful when defending against relatively weak
|
||||
//! adversaries. Using this pezpallet as a randomness source is advisable primarily in low-security
|
||||
//! situations like testing.
|
||||
//! The Randomness Collective Flip pezpallet provides a
|
||||
//! [`random`](./struct.Module.html#method.random) function that generates low-influence random
|
||||
//! values based on the block hashes from the previous `81` blocks. Low-influence randomness can be
|
||||
//! useful when defending against relatively weak adversaries. Using this pezpallet as a randomness
|
||||
//! source is advisable primarily in low-security situations like testing.
|
||||
//!
|
||||
//! ## Public Functions
|
||||
//!
|
||||
@@ -36,8 +36,8 @@
|
||||
//!
|
||||
//! ### Prerequisites
|
||||
//!
|
||||
//! Import the Randomness Collective Flip pezpallet and derive your pezpallet's configuration trait from
|
||||
//! the system trait.
|
||||
//! Import the Randomness Collective Flip pezpallet and derive your pezpallet's configuration trait
|
||||
//! from the system trait.
|
||||
//!
|
||||
//! ### Example - Get random seed for the current block
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user