Sha256: 28318871529da61dccc0fe8c0bcafa99b133c721d4bb506fa34d0831f4ca2639
Contents?: true
Size: 522 Bytes
Versions: 38
Compression:
Stored size: 522 Bytes
Contents
// Copyright 2018 Developers of the Rand project. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // https://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. //! Wrappers / adapters forming RNGs mod read; mod reseeding; #[allow(deprecated)] pub use self::read::{ReadError, ReadRng}; pub use self::reseeding::ReseedingRng;
Version data entries
38 entries across 38 versions & 1 rubygems