Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove RandomNumberGenerator (#9198)
Browse files Browse the repository at this point in the history
* Remove RandomNumberGenerator

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

* 🤦
  • Loading branch information
bkchr authored Jun 24, 2021
1 parent 8a9a8f1 commit 77dcc4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.
3 changes: 0 additions & 3 deletions primitives/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
Expand Down
118 changes: 0 additions & 118 deletions primitives/runtime/src/random_number_generator.rs

This file was deleted.

0 comments on commit 77dcc4f

Please sign in to comment.