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

Commit 77dcc4f

Browse files
authored
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. * 🤦
1 parent 8a9a8f1 commit 77dcc4f

File tree

2 files changed

+0
-121
lines changed

2 files changed

+0
-121
lines changed

primitives/runtime/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pub mod offchain;
5454
pub mod testing;
5555
pub mod traits;
5656
pub mod transaction_validity;
57-
pub mod random_number_generator;
5857
mod runtime_string;
5958
mod multiaddress;
6059
pub mod runtime_logger;
@@ -85,8 +84,6 @@ pub use sp_arithmetic::helpers_128bit;
8584
/// Re-export big_uint stuff.
8685
pub use sp_arithmetic::biguint;
8786

88-
pub use random_number_generator::RandomNumberGenerator;
89-
9087
pub use either::Either;
9188

9289
/// An abstraction over justification for a block's validity under a consensus algorithm.

primitives/runtime/src/random_number_generator.rs

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)