Remove RandomNumberGenerator (#9198)

* Remove RandomNumberGenerator

This is not used in Substrate/Polkadot. If someone else needs it, they
can copy the code or use chacha.

* 🤦
This commit is contained in:
Bastian Köcher
2021-06-24 16:19:36 +02:00
committed by GitHub
parent 0763716c92
commit eac38de198
2 changed files with 0 additions and 121 deletions
-3
View File
@@ -54,7 +54,6 @@ pub mod offchain;
pub mod testing;
pub mod traits;
pub mod transaction_validity;
pub mod random_number_generator;
mod runtime_string;
mod multiaddress;
pub mod runtime_logger;
@@ -85,8 +84,6 @@ pub use sp_arithmetic::helpers_128bit;
/// Re-export big_uint stuff.
pub use sp_arithmetic::biguint;
pub use random_number_generator::RandomNumberGenerator;
pub use either::Either;
/// An abstraction over justification for a block's validity under a consensus algorithm.