pub trait RngCore: Rng { }👎Deprecated since 0.10.0:
use Rng instead
Expand description
Backward-compatible re-export: RngCore is deprecated in rand_core 0.10
(auto-implemented for all Rng). Kept for downstream crate compatibility.
DEPRECATED: stub trait to print a deprecation warning and aid discovering that Rng is the
replacement.