Skip to content

Commit 0497d30

Browse files
committed
Re-export BlockRngCore
1 parent 916e693 commit 0497d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ extern crate rand_core;
270270
use core::{marker, mem, slice};
271271

272272
// re-exports from rand-core
273-
pub use rand_core::{RngCore, CryptoRng, SeedableRng};
273+
pub use rand_core::{RngCore, BlockRngCore, CryptoRng, SeedableRng};
274274
pub use rand_core::{ErrorKind, Error};
275275

276276
// external rngs

0 commit comments

Comments
 (0)