!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ AVAILABLE /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ static AVAILABLE: AtomicBool = ATOMIC_BOOL_INIT;$/;" c AsciiGenerator /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct AsciiGenerator<'a, R:'a> {$/;" s BOOLEAN /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ type BOOLEAN = u8;$/;" T Bup /home/dpc/lab/rust/rsroll/src/bup.rs /^impl Bup {$/;" i Bup /home/dpc/lab/rust/rsroll/src/bup.rs /^pub struct Bup {$/;" s CDC /home/dpc/lab/rust/rsroll/src/lib.rs /^pub trait CDC {$/;" t CDC for Bup /home/dpc/lab/rust/rsroll/src/bup.rs /^impl CDC for Bup {$/;" i CDC for FastCDC /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^impl CDC for FastCDC {$/;" i CDC for Gear /home/dpc/lab/rust/rsroll/src/gear.rs /^impl CDC for Gear {$/;" i CHACHA_ROUNDS /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^const CHACHA_ROUNDS: u32 = 20; \/\/ Cryptographically secure from 8 upwards as of this writing$/;" c CHAR_MASK /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ const CHAR_MASK: u32 = 0x001f_ffff;$/;" c CHAR_OFFSET /home/dpc/lab/rust/rsroll/src/bup.rs /^const CHAR_OFFSET: usize = 31;$/;" c CHECKER /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ static CHECKER: Once = ONCE_INIT;$/;" c CHUNK_BITS /home/dpc/lab/rust/rsroll/src/bup.rs /^pub const CHUNK_BITS: u32 = 13;$/;" c CHUNK_BITS /home/dpc/lab/rust/rsroll/src/gear.rs /^pub const CHUNK_BITS: u32 = 13;$/;" c CHUNK_BITS /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^pub const CHUNK_BITS: u32 = 13;$/;" c CHUNK_SIZE /home/dpc/lab/rust/rsroll/src/bup.rs /^pub const CHUNK_SIZE: u32 = 1 << CHUNK_BITS;$/;" c CHUNK_SIZE /home/dpc/lab/rust/rsroll/src/gear.rs /^pub const CHUNK_SIZE: u32 = 1 << CHUNK_BITS;$/;" c CHUNK_SIZE /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^pub const CHUNK_SIZE: u32 = 1 << CHUNK_BITS;$/;" c ChaChaRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^impl ChaChaRng {$/;" i ChaChaRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^pub struct ChaChaRng {$/;" s ChiSquared /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl ChiSquared {$/;" i ChiSquared /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^pub struct ChiSquared {$/;" s ChiSquaredRepr /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^enum ChiSquaredRepr {$/;" g Clone for Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Clone for Isaac64Rng {$/;" i Clone for IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Clone for IsaacRng {$/;" i Clone for RandSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl Clone for RandSample {$/;" i Closed01 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct Closed01(pub F);$/;" s ConstRand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ struct ConstRand(usize);$/;" s ConstRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ struct ConstRng { i: u64 }$/;" s ConstantRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ struct ConstantRng(u64);$/;" s Copy for RandSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl Copy for RandSample {}$/;" i Counter /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ struct Counter {$/;" s CountingRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ struct CountingRng { i: u32 }$/;" s DEFAULT_GENERATION_THRESHOLD /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^const DEFAULT_GENERATION_THRESHOLD: u64 = 32 * 1024;$/;" c DIGEST_SIZE /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ const DIGEST_SIZE: usize = 64;$/;" c DIGEST_SIZE /home/dpc/lab/rust/rsroll/src/gear.rs /^ const DIGEST_SIZE: usize = 64;$/;" c Default for Bup /home/dpc/lab/rust/rsroll/src/bup.rs /^impl Default for Bup {$/;" i Default for Counter /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ impl Default for Counter {$/;" i Default for FastCDC /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^impl Default for FastCDC {$/;" i Default for Gear /home/dpc/lab/rust/rsroll/src/gear.rs /^impl Default for Gear {$/;" i Default for Gear /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^impl Default for Gear {$/;" i Default for ReseedWithDefault /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^impl Default for ReseedWithDefault {$/;" i Digest /home/dpc/lab/rust/rsroll/src/bup.rs /^ type Digest = u32;$/;" T Digest /home/dpc/lab/rust/rsroll/src/gear.rs /^ type Digest = u64;$/;" T Digest /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ type Digest = u32;$/;" T Digest /home/dpc/lab/rust/rsroll/src/lib.rs /^ type Digest;$/;" T EMPTY /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^static EMPTY: ChaChaRng = ChaChaRng {$/;" c EMPTY /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^static EMPTY: IsaacRng = IsaacRng {$/;" c EMPTY_64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^static EMPTY_64: Isaac64Rng = Isaac64Rng {$/;" c Engine for Gear /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^impl Engine for Gear {$/;" i Exp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^impl Exp {$/;" i Exp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^pub struct Exp {$/;" s Exp1 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^pub struct Exp1(pub f64);$/;" s FILL_BYTES_V_LEN /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ const FILL_BYTES_V_LEN: usize = 13579;$/;" c FastCDC /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^impl FastCDC {$/;" i FastCDC /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^pub struct FastCDC {$/;" s FisherF /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl FisherF {$/;" i FisherF /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^pub struct FisherF {$/;" s G /home/dpc/lab/rust/rsroll/src/_gear_rand.rs /^const G : [u64; 256] = [$/;" c GEN_ASCII_STR_CHARSET /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ const GEN_ASCII_STR_CHARSET: &'static [u8] =$/;" c Gamma /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Gamma {$/;" i Gamma /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^pub struct Gamma {$/;" s GammaLargeShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl GammaLargeShape {$/;" i GammaLargeShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^struct GammaLargeShape {$/;" s GammaRepr /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^enum GammaRepr {$/;" g GammaSmallShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl GammaSmallShape {$/;" i GammaSmallShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^struct GammaSmallShape {$/;" s Gear /home/dpc/lab/rust/rsroll/src/gear.rs /^impl Gear {$/;" i Gear /home/dpc/lab/rust/rsroll/src/gear.rs /^pub struct Gear {$/;" s Gear /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^impl Gear {$/;" i Gear /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^pub struct Gear {$/;" s Generator /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct Generator<'a, T, R:'a> {$/;" s INTERFACE /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ const INTERFACE: &'static [u8] = b"nacl-irt-random-0.1\\0";$/;" c IndependentSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub trait IndependentSample: Sample {$/;" t IndependentSample for ChiSquared /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl IndependentSample for ChiSquared {$/;" i IndependentSample for Exp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^impl IndependentSample for Exp {$/;" i IndependentSample for FisherF /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl IndependentSample for FisherF {$/;" i IndependentSample for Gamma /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl IndependentSample for Gamma {$/;" i IndependentSample for GammaLargeShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl IndependentSample for GammaLargeShape {$/;" i IndependentSample for GammaSmallShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl IndependentSample for GammaSmallShape {$/;" i IndependentSample for LogNormal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl IndependentSample for LogNormal {$/;" i IndependentSample for Normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl IndependentSample for Normal {$/;" i IndependentSample for RandSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl IndependentSample for RandSample {$/;" i IndependentSample for Range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^impl IndependentSample for Range {$/;" i IndependentSample for StudentT /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl IndependentSample for StudentT {$/;" i IndependentSample for WeightedChoice /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl<'a, T: Clone> IndependentSample for WeightedChoice<'a, T> {$/;" i Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Isaac64Rng {$/;" i Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^pub struct Isaac64Rng {$/;" s IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl IsaacRng {$/;" i IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^pub struct IsaacRng {$/;" s Item /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ type Item = T;$/;" T Item /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ type Item = char;$/;" T Iterator for AsciiGenerator /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl<'a, R: Rng> Iterator for AsciiGenerator<'a, R> {$/;" i Iterator for Generator /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl<'a, T: Rand, R: Rng> Iterator for Generator<'a, T, R> {$/;" i KEY_WORDS /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^const KEY_WORDS : usize = 8; \/\/ 8 words for the 256-bit key$/;" c LOWER_MASK /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ const LOWER_MASK: u32 = 0x7FFFFF;$/;" c LOWER_MASK /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ const LOWER_MASK: u64 = 0xFFFFFFFFFFFFF;$/;" c LogNormal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl LogNormal {$/;" i LogNormal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^pub struct LogNormal {$/;" s MIDPOINT /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ const MIDPOINT: usize = RAND_SIZE_64 \/ 2;$/;" c MIDPOINT /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ const MIDPOINT: usize = RAND_SIZE_USIZE \/ 2;$/;" c MP_VEC /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ const MP_VEC: [(usize, usize); 2] = [(0,MIDPOINT), (MIDPOINT, 0)];$/;" c MyRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ pub struct MyRng { inner: R }$/;" s MyRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ type MyRng = ReseedingRng;$/;" T NR_GETRANDOM /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ const NR_GETRANDOM: libc::c_long = 278;$/;" c NR_GETRANDOM /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ const NR_GETRANDOM: libc::c_long = 318;$/;" c NR_GETRANDOM /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ const NR_GETRANDOM: libc::c_long = 355;$/;" c NR_GETRANDOM /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ const NR_GETRANDOM: libc::c_long = 384;$/;" c NaClIRTRandom /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ struct NaClIRTRandom {$/;" s Normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl Normal {$/;" i Normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^pub struct Normal {$/;" s Open01 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct Open01(pub F);$/;" s OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ impl OsRng {$/;" i OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ pub struct OsRng {$/;" s OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ pub struct OsRng(extern fn(dest: *mut libc::c_void,$/;" s OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ pub struct OsRng;$/;" s OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^impl OsRng {$/;" i OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^pub struct OsRng(imp::OsRng);$/;" s OsRngInner /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ enum OsRngInner {$/;" g RAND_SIZE /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^const RAND_SIZE: u32 = 1 << RAND_SIZE_LEN;$/;" c RAND_SIZE_64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^const RAND_SIZE_64: usize = 1 << RAND_SIZE_64_LEN;$/;" c RAND_SIZE_64_LEN /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^const RAND_SIZE_64_LEN: usize = 8;$/;" c RAND_SIZE_LEN /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^const RAND_SIZE_LEN: usize = 8;$/;" c RAND_SIZE_USIZE /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^const RAND_SIZE_USIZE: usize = 1 << RAND_SIZE_LEN;$/;" c Rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub trait Rand : Sized {$/;" t Rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ impl Rand for $ty {$/;" i Rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ impl Rand for [T; $n] where T: Rand {$/;" i Rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ impl Rand for [T; $n] {$/;" i Rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for () {$/;" i Rand for ChaChaRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^impl Rand for ChaChaRng {$/;" i Rand for Closed01 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ impl Rand for Closed01<$ty> {$/;" i Rand for ConstRand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ impl Rand for ConstRand {$/;" i Rand for Exp1 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^impl Rand for Exp1 {$/;" i Rand for Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Rand for Isaac64Rng {$/;" i Rand for IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Rand for IsaacRng {$/;" i Rand for Open01 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ impl Rand for Open01<$ty> {$/;" i Rand for Option /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for Option {$/;" i Rand for StandardNormal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl Rand for StandardNormal {$/;" i Rand for XorShiftRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl Rand for XorShiftRng {$/;" i Rand for bool /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for bool {$/;" i Rand for char /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for char {$/;" i Rand for i128 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for i128 {$/;" i Rand for i16 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for i16 {$/;" i Rand for i32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for i32 {$/;" i Rand for i64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for i64 {$/;" i Rand for i8 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for i8 {$/;" i Rand for isize /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for isize {$/;" i Rand for u128 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for u128 {$/;" i Rand for u16 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for u16 {$/;" i Rand for u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for u32 {$/;" i Rand for u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for u64 {$/;" i Rand for u8 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for u8 {$/;" i Rand for usize /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^impl Rand for usize {$/;" i RandSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl RandSample {$/;" i RandSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub struct RandSample {$/;" s Range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^impl Range {$/;" i Range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^pub struct Range {$/;" s ReadRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^impl ReadRng {$/;" i ReadRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^pub struct ReadRng {$/;" s ReseedWithDefault /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^pub struct ReseedWithDefault;$/;" s Reseeder /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^pub trait Reseeder {$/;" t Reseeder for ReseedWithDefault /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^impl Reseeder for ReseedWithDefault {$/;" i ReseedingRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^pub struct ReseedingRng {$/;" s Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl<'a, R: ?Sized> Rng for &'a mut R where R: Rng {$/;" i Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub trait Rng {$/;" t Rng for Box /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl Rng for Box where R: Rng {$/;" i Rng for ChaChaRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^impl Rng for ChaChaRng {$/;" i Rng for ConstRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ impl Rng for ConstRng {$/;" i Rng for ConstantRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ impl Rng for ConstantRng {$/;" i Rng for Counter /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ impl Rng for Counter {$/;" i Rng for CountingRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ impl Rng for CountingRng {$/;" i Rng for Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Rng for Isaac64Rng {$/;" i Rng for IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl Rng for IsaacRng {$/;" i Rng for MyRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ impl Rng for MyRng {$/;" i Rng for OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ impl Rng for OsRng {$/;" i Rng for OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^impl Rng for OsRng {$/;" i Rng for ReadRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^impl Rng for ReadRng {$/;" i Rng for StdRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl Rng for StdRng {$/;" i Rng for ThreadRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl Rng for ThreadRng {$/;" i Rng for XorShiftRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl Rng for XorShiftRng {$/;" i RollingHash /home/dpc/lab/rust/rsroll/src/lib.rs /^pub trait RollingHash {$/;" t RollingHash for Bup /home/dpc/lab/rust/rsroll/src/bup.rs /^impl RollingHash for Bup {$/;" i RollingHash for Gear /home/dpc/lab/rust/rsroll/src/gear.rs /^impl RollingHash for Gear {$/;" i SCALE /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ const SCALE: f64 = (1u64 << 53) as f64;$/;" c SCALE /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ const SCALE: $ty = (1u64 << $mantissa_bits) as $ty;$/;" c SELFTEST_SIZE /home/dpc/lab/rust/rsroll/src/tests.rs /^ const SELFTEST_SIZE: usize = 100000;$/;" c SPREAD_BITS /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ const SPREAD_BITS: u32 = 3;$/;" c STATE_WORDS /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^const STATE_WORDS : usize = 16;$/;" c Sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub trait Sample {$/;" t Sample for ChiSquared /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Sample for ChiSquared {$/;" i Sample for Exp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^impl Sample for Exp {$/;" i Sample for FisherF /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Sample for FisherF {$/;" i Sample for Gamma /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Sample for Gamma {$/;" i Sample for GammaLargeShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Sample for GammaLargeShape {$/;" i Sample for GammaSmallShape /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Sample for GammaSmallShape {$/;" i Sample for LogNormal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl Sample for LogNormal {$/;" i Sample for Normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^impl Sample for Normal {$/;" i Sample for RandSample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl Sample for RandSample {$/;" i Sample for Range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^impl Sample for Range {$/;" i Sample for StudentT /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl Sample for StudentT {$/;" i Sample for WeightedChoice /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl<'a, T: Clone> Sample for WeightedChoice<'a, T> {$/;" i SampleRange /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ impl SampleRange for $ty {$/;" i SampleRange /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^pub trait SampleRange : Sized {$/;" t SecRandom /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ enum SecRandom {}$/;" g SecRandomCopyBytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn SecRandomCopyBytes(rnd: *const SecRandom,$/;" f SeedableRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub trait SeedableRng: Rng {$/;" t SeedableRng for ChaChaRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^impl<'a> SeedableRng<&'a [u32]> for ChaChaRng {$/;" i SeedableRng for Counter /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ impl SeedableRng for Counter {$/;" i SeedableRng for Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl<'a> SeedableRng<&'a [u64]> for Isaac64Rng {$/;" i SeedableRng for IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl<'a> SeedableRng<&'a [u32]> for IsaacRng {$/;" i SeedableRng for StdRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl<'a> SeedableRng<&'a [usize]> for StdRng {$/;" i SeedableRng for XorShiftRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl SeedableRng<[u32; 4]> for XorShiftRng {$/;" i StandardNormal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^pub struct StandardNormal(pub f64);$/;" s StdRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl StdRng {$/;" i StdRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct StdRng {$/;" s StudentT /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^impl StudentT {$/;" i StudentT /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^pub struct StudentT {$/;" s SystemFunction036 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn SystemFunction036(RandomBuffer: *mut u8, RandomBufferLength: ULONG) -> BOOLEAN;$/;" f THREAD_RNG_RESEED_THRESHOLD /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^const THREAD_RNG_RESEED_THRESHOLD: u64 = 32_768;$/;" c ThreadRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct ThreadRng {$/;" s ThreadRngInner /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^type ThreadRngInner = reseeding::ReseedingRng;$/;" T ThreadRngReseeder /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^struct ThreadRngReseeder;$/;" s ULONG /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ type ULONG = u32;$/;" T UPPER_MASK /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ const UPPER_MASK: u32 = 0x3F800000;$/;" c UPPER_MASK /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ const UPPER_MASK: u64 = 0x3FF0000000000000;$/;" c WINDOW_BITS /home/dpc/lab/rust/rsroll/src/bup.rs /^const WINDOW_BITS: usize = 6;$/;" c WINDOW_SIZE /home/dpc/lab/rust/rsroll/src/bup.rs /^const WINDOW_SIZE: usize = 1 << WINDOW_BITS;$/;" c WINDOW_SIZE /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ const WINDOW_SIZE: usize = 64;$/;" c WINDOW_SIZE /home/dpc/lab/rust/rsroll/src/tests.rs /^ const WINDOW_SIZE : usize = 1 << 6;$/;" c Weighted /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub struct Weighted {$/;" s WeightedChoice /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^impl<'a, T: Clone> WeightedChoice<'a, T> {$/;" i WeightedChoice /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub struct WeightedChoice<'a, T:'a> {$/;" s XorShiftRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl XorShiftRng {$/;" i XorShiftRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub struct XorShiftRng {$/;" s ZIG_EXP_F /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub static ZIG_EXP_F: [f64; 257] =$/;" c ZIG_EXP_R /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub const ZIG_EXP_R: f64 = 7.697117470131050077;$/;" c ZIG_EXP_X /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub static ZIG_EXP_X: [f64; 257] =$/;" c ZIG_NORM_F /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub static ZIG_NORM_F: [f64; 257] =$/;" c ZIG_NORM_R /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub const ZIG_NORM_R: f64 = 3.654152885361008796;$/;" c ZIG_NORM_X /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub static ZIG_NORM_X: [f64; 257] =$/;" c ZigTable /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/ziggurat_tables.rs /^pub type ZigTable = &'static [f64; 257];$/;" T add /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn add(&mut self, drop: u8, add: u8) {$/;" f array_impl /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^macro_rules! array_impl {$/;" d bench /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ mod bench {$/;" m bench /home/dpc/lab/rust/rsroll/src/gear.rs /^ mod bench {$/;" m bup /home/dpc/lab/rust/rsroll/src/lib.rs /^pub mod bup;$/;" m bup_perf_1mb /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn bup_perf_1mb(b: &mut Bencher) {$/;" f bup_selftest /home/dpc/lab/rust/rsroll/src/tests.rs /^fn bup_selftest()$/;" f chacha /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub mod chacha;$/;" m choose /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn choose<'a, T>(&mut self, values: &'a [T]) -> Option<&'a T> where Self: Sized {$/;" f choose_mut /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn choose_mut<'a, T>(&mut self, values: &'a mut [T]) -> Option<&'a mut T> where Self: Sized {$/;" f clone /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn clone(&self) -> Self { *self }$/;" f clone /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn clone(&self) -> Isaac64Rng {$/;" f clone /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn clone(&self) -> IsaacRng {$/;" f construct_range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn construct_range(low: $ty, high: $ty) -> Range<$ty> {$/;" f construct_range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn construct_range(low: Self, high: Self) -> Range;$/;" f core /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^fn core(output: &mut [w32; STATE_WORDS], input: &[w32; STATE_WORDS]) {$/;" f count_bits /home/dpc/lab/rust/rsroll/src/bup.rs /^ pub fn count_bits(&self) -> u32 {$/;" f default /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn default() -> Counter {$/;" f default /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn default() -> ReseedWithDefault { ReseedWithDefault }$/;" f default /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn default() -> Self {$/;" f default /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn default() -> Self {$/;" f default /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn default() -> Self {$/;" f default /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ fn default() -> Self {$/;" f digest /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn digest(&self) -> u32 {$/;" f digest /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn digest(&self) -> u64 {$/;" f digest /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ fn digest(&self) -> u32 {$/;" f digest /home/dpc/lab/rust/rsroll/src/lib.rs /^ fn digest(&self) -> Self::Digest;$/;" f distributions /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub mod distributions;$/;" m double_round /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^macro_rules! double_round{$/;" d effective_window_size /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn effective_window_size() {$/;" f effective_window_size /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ fn effective_window_size() {$/;" f exponential /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub mod exponential;$/;" m fastcdc /home/dpc/lab/rust/rsroll/src/lib.rs /^pub mod fastcdc;$/;" m fill /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^fn fill(r: &mut Read, mut buf: &mut [u8]) -> io::Result<()> {$/;" f fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn fill_bytes(&mut self, bytes: &mut [u8]) {$/;" f fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn fill_bytes(&mut self, dest: &mut [u8]) {$/;" f fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn fill_bytes(&mut self, v: &mut [u8]) {$/;" f fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn fill_bytes(&mut self, v: &mut [u8]) { self.0.fill_bytes(v) }$/;" f fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn fill_bytes(&mut self, v: &mut [u8]) {$/;" f fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn fill_bytes(&mut self, dest: &mut [u8]) {$/;" f find_chunk /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn find_chunk<'a>(&mut self, buf: &'a [u8]) -> Option<(&'a [u8], &'a [u8])> {$/;" f find_chunk /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn find_chunk<'a>(&mut self, whole_buf: &'a [u8]) -> Option<(&'a [u8], &'a [u8])> {$/;" f find_chunk /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn find_chunk<'a>(&mut self, buf: &'a [u8]) -> Option<(&'a [u8], &'a [u8])> {$/;" f find_chunk /home/dpc/lab/rust/rsroll/src/lib.rs /^ fn find_chunk<'a>(&mut self, buf: &'a [u8]) -> Option<(&'a [u8], &'a [u8])>;$/;" f find_chunk_edge /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ pub fn find_chunk_edge(&mut self, buf: &[u8]) -> Option {$/;" f find_chunk_edge_cond /home/dpc/lab/rust/rsroll/src/gear.rs /^ pub fn find_chunk_edge_cond<'a, F>(&mut self, buf: &'a [u8], cond : F) -> Option<(&'a [u8], &'a [u8])>$/;" f find_chunk_mask /home/dpc/lab/rust/rsroll/src/gear.rs /^ pub fn find_chunk_mask<'a>(&mut self, buf: &'a [u8], mask : u64) -> Option<(&'a [u8], &'a [u8])> {$/;" f float_impl /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^macro_rules! float_impl {$/;" d float_impls /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^macro_rules! float_impls {$/;" d floating_point_edge_cases /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn floating_point_edge_cases() {$/;" f fmt /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {$/;" f fmt /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {$/;" f fmt::Debug for Isaac64Rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl fmt::Debug for Isaac64Rng {$/;" i fmt::Debug for IsaacRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^impl fmt::Debug for IsaacRng {$/;" i fmt::Debug for OsRng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^impl fmt::Debug for OsRng {$/;" i from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn from_seed(seed: &'a [u32]) -> ChaChaRng {$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn from_seed(seed: &'a [u32]) -> IsaacRng {$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn from_seed(seed: &'a [u64]) -> Isaac64Rng {$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn from_seed(seed: &'a [usize]) -> StdRng {$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn from_seed(seed: Seed) -> Self;$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn from_seed(seed: [u32; 4]) -> XorShiftRng {$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn from_seed(seed: u32) -> Counter {$/;" f from_seed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn from_seed((rsdr, seed): (Rsdr, S)) -> ReseedingRng {$/;" f gamma /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub mod gamma;$/;" m gear /home/dpc/lab/rust/rsroll/src/lib.rs /^pub mod gear;$/;" m gear_perf_1mb /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ fn gear_perf_1mb(b: &mut Bencher) {$/;" f gen /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn gen(&mut self) -> T where Self: Sized {$/;" f gen_ascii_chars /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn gen_ascii_chars<'a>(&'a mut self) -> AsciiGenerator<'a, Self> where Self: Sized {$/;" f gen_iter /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn gen_iter<'a, T: Rand>(&'a mut self) -> Generator<'a, T, Self> where Self: Sized {$/;" f gen_range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn gen_range(&mut self, low: T, high: T) -> T where Self: Sized {$/;" f gen_weighted_bool /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn gen_weighted_bool(&mut self, n: u32) -> bool where Self: Sized {$/;" f get_masks /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^fn get_masks(avg_size: usize, nc_level: usize, seed: u64) -> (u64, u64) {$/;" f getrandom /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn getrandom(_buf: &mut [u8]) -> libc::c_long { -1 }$/;" f getrandom /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn getrandom(buf: &mut [u8]) -> libc::c_long {$/;" f getrandom_fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn getrandom_fill_bytes(v: &mut [u8]) {$/;" f imp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^mod imp {$/;" m ind /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! ind {$/;" d ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn ind_sample(&self, rng: &mut R) -> f64 {$/;" f ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn ind_sample(&self, rng: &mut R) -> f64 {$/;" f ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn ind_sample(&self, &mut R) -> Support;$/;" f ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn ind_sample(&self, rng: &mut R) -> Sup {$/;" f ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn ind_sample(&self, rng: &mut R) -> T {$/;" f ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn ind_sample(&self, rng: &mut R) -> f64 {$/;" f ind_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn ind_sample(&self, rng: &mut R) -> Sup {$/;" f init /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn init(&mut self, key: &[u32; KEY_WORDS]) {$/;" f init /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! init {$/;" d init /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn init(&mut self, use_rsl: bool) {$/;" f integer_impl /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^macro_rules! integer_impl {$/;" d is_getrandom_available /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn is_getrandom_available() -> bool { false }$/;" f is_getrandom_available /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn is_getrandom_available() -> bool {$/;" f isaac /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn isaac(&mut self) {$/;" f isaac /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub mod isaac;$/;" m isaac64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn isaac64(&mut self) {$/;" f iter_eq /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ pub fn iter_eq(i: I, j: J) -> bool$/;" f kSecRandomDefault /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ const kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;$/;" c memloop /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! memloop {$/;" d mix /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! mix {$/;" d nacl_interface_query /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn nacl_interface_query(name: *const libc::c_char,$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ pub fn new(lambda: f64) -> Exp {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ pub fn new(k: f64) -> ChiSquared {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ pub fn new(m: f64, n: f64) -> FisherF {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ pub fn new(n: f64) -> StudentT {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ pub fn new(shape: f64, scale: f64) -> Gamma {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ pub fn new() -> RandSample {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ pub fn new(items: &'a mut [Weighted]) -> WeightedChoice<'a, T> {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ pub fn new(mean: f64, std_dev: f64) -> LogNormal {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ pub fn new(mean: f64, std_dev: f64) -> Normal {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ pub fn new(low: X, high: X) -> Range {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ pub fn new() -> io::Result {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ pub fn new() -> io::Result {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ pub fn new() -> io::Result {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ pub fn new(r: R) -> ReadRng {$/;" f new /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ pub fn new(rng: R, generation_threshold: u64, reseeder: Rsdr) -> ReseedingRng {$/;" f new /home/dpc/lab/rust/rsroll/src/bup.rs /^ pub fn new() -> Self {$/;" f new /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ pub fn new() -> Self {$/;" f new /home/dpc/lab/rust/rsroll/src/gear.rs /^ pub fn new() -> Self {$/;" f new /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ pub fn new() -> Self {$/;" f new_raw /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn new_raw(shape: f64, scale: f64) -> GammaLargeShape {$/;" f new_raw /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn new_raw(shape: f64, scale: f64) -> GammaSmallShape {$/;" f new_unseeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ pub fn new_unseeded() -> ChaChaRng {$/;" f new_unseeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ pub fn new_unseeded() -> Isaac64Rng {$/;" f new_unseeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ pub fn new_unseeded() -> IsaacRng {$/;" f new_unseeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ pub fn new_unseeded() -> XorShiftRng {$/;" f new_with_chunk_bits /home/dpc/lab/rust/rsroll/src/bup.rs /^ pub fn new_with_chunk_bits(chunk_bits: u32) -> Self {$/;" f new_with_chunk_bits /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ pub fn new_with_chunk_bits(chunk_bits: u32) -> Self {$/;" f new_with_chunk_bits /home/dpc/lab/rust/rsroll/src/gear.rs /^ pub fn new_with_chunk_bits(chunk_bits: u32) -> Self {$/;" f new_with_chunk_bits /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ pub fn new_with_chunk_bits(chunk_bits: u32) -> Self {$/;" f next /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next(t: &mut T) -> u32 {$/;" f next /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next(&mut self) -> Option {$/;" f next /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next(&mut self) -> Option {$/;" f next_f32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_f32(&mut self) -> f32 {$/;" f next_f64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_f64(&mut self) -> f64 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_u32(&mut self) -> u32 { self.i as u32 }$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_u32(&mut self) -> u32;$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn next_u32(&mut self) -> u32 { self.0.next_u32() }$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn next_u32(&mut self) -> u32 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn next_u64(&mut self) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn next_u64(&mut self) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_u64(&mut self) -> u64 { self.i }$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn next_u64(&mut self) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn next_u64(&mut self) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn next_u64(&mut self) -> u64 { self.0.next_u64() }$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn next_u64(&mut self) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn next_u64(&mut self) -> u64 {$/;" f next_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn next_u64(&mut self) -> u64 {$/;" f normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub mod normal;$/;" m os /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub mod os;$/;" m pdf /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn pdf(x: f64) -> f64 {$/;" f pdf /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn pdf(x: f64) -> f64 {$/;" f perf_1mb_004k_chunks /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn perf_1mb_004k_chunks(b: &mut Bencher) {$/;" f perf_1mb_004k_chunks /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn perf_1mb_004k_chunks(b: &mut Bencher) {$/;" f perf_1mb_008k_chunks /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn perf_1mb_008k_chunks(b: &mut Bencher) {$/;" f perf_1mb_008k_chunks /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn perf_1mb_008k_chunks(b: &mut Bencher) {$/;" f perf_1mb_064k_chunks /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn perf_1mb_064k_chunks(b: &mut Bencher) {$/;" f perf_1mb_064k_chunks /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn perf_1mb_064k_chunks(b: &mut Bencher) {$/;" f perf_1mb_128k_chunks /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn perf_1mb_128k_chunks(b: &mut Bencher) {$/;" f quarter_round /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^macro_rules! quarter_round{$/;" d rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn rand(other: &mut R) -> ChaChaRng {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn rand(rng: &mut R) -> Exp1 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn rand(_: &mut R) -> ConstRand {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn rand(rng: &mut R) -> StandardNormal {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn rand(other: &mut R) -> Isaac64Rng {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn rand(other: &mut R) -> IsaacRng {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn rand(rng: &mut R) -> Self;$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn rand(rng: &mut R) -> XorShiftRng {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> $ty {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> Closed01<$ty> {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> Open01<$ty> {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(_rng: &mut R) -> ( $( $tyvar ),* , ) {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(_rng: &mut R) -> [T; $n] { [] }$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(_rng: &mut R) -> [T; $n] {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(_: &mut R) -> () { () }$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> Option {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> bool {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> char {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> i128 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> i16 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> i32 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> i64 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> i8 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> isize {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> u128 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> u16 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> u32 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> u64 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> u8 {$/;" f rand /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand(rng: &mut R) -> usize {$/;" f rand_closed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand_closed() {$/;" f rand_impls /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^mod rand_impls;$/;" m rand_open /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^ fn rand_open() {$/;" f random /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub fn random() -> T {$/;" f range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^pub mod range;$/;" m read /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub mod read;$/;" m reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn reseed(&mut self, seed: &'a [u32]) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn reseed(&mut self, seed: &'a [u32]) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn reseed(&mut self, seed: &'a [u64]) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn reseed(&mut self, Seed);$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn reseed(&mut self, rng: &mut StdRng) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn reseed(&mut self, seed: &'a [usize]) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn reseed(&mut self, seed: [u32; 4]) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn reseed(&mut self, seed: u32) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn reseed(&mut self, (rsdr, seed): (Rsdr, S)) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn reseed(&mut self, rng: &mut R) {$/;" f reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn reseed(&mut self, rng: &mut R);$/;" f reseed_if_necessary /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ pub fn reseed_if_necessary(&mut self) {$/;" f reseeding /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub mod reseeding;$/;" m reseeding::Reseeder for ThreadRngReseeder /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^impl reseeding::Reseeder for ThreadRngReseeder {$/;" i reset /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn reset(&mut self) {$/;" f reset /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^ fn reset(&mut self) {$/;" f reset /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn reset(&mut self) {$/;" f reset /home/dpc/lab/rust/rsroll/src/lib.rs /^ fn reset(&mut self);$/;" f rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ pub fn rng() -> MyRng<::ThreadRng> {$/;" f rngstepn /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! rngstepn {$/;" d rngstepn /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! rngstepn {$/;" d rngstepp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! rngstepp {$/;" d rngstepp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ macro_rules! rngstepp {$/;" d roll /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn roll(&mut self, buf: &[u8]) {$/;" f roll /home/dpc/lab/rust/rsroll/src/lib.rs /^ fn roll(&mut self, buf: &[u8]) {$/;" f roll_byte /home/dpc/lab/rust/rsroll/src/bup.rs /^ fn roll_byte(&mut self, newch: u8) {$/;" f roll_byte /home/dpc/lab/rust/rsroll/src/gear.rs /^ fn roll_byte(&mut self, b: u8) {$/;" f roll_byte /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ fn roll_byte(&mut self, b: u8) {$/;" f roll_byte /home/dpc/lab/rust/rsroll/src/lib.rs /^ fn roll_byte(&mut self, buf: u8);$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn sample(&mut self, rng: &mut R) -> f64 { self.ind_sample(rng) }$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn sample(&mut self, rng: &mut R) -> f64 { self.ind_sample(rng) }$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn sample(&mut self, rng: &mut R) -> Sup { self.ind_sample(rng) }$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn sample(&mut self, rng: &mut R) -> Support;$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn sample(&mut self, rng: &mut R) -> T { self.ind_sample(rng) }$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn sample(&mut self, rng: &mut R) -> f64 { self.ind_sample(rng) }$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn sample(&mut self, rng: &mut R) -> Sup { self.ind_sample(rng) }$/;" f sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub fn sample(rng: &mut R, iterable: I, amount: usize) -> Vec$/;" f sample_range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn sample_range(r: &Range<$ty>, rng: &mut R) -> $ty {$/;" f sample_range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn sample_range(r: &Range, rng: &mut R) -> Self;$/;" f set_counter /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ pub fn set_counter(&mut self, counter_low: u64, counter_high: u64) {$/;" f shuffle /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn shuffle(&mut self, values: &mut [T]) where Self: Sized {$/;" f sum /home/dpc/lab/rust/rsroll/src/tests.rs /^ fn sum(buf : &[u8]) -> u32 {$/;" f syscall /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn syscall(number: libc::c_long, ...) -> libc::c_long;$/;" f t /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ macro_rules! t {$/;" d t /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ macro_rules! t {$/;" d test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^mod test {$/;" m test /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^mod test {$/;" m test_chi_squared_invalid_dof /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn test_chi_squared_invalid_dof() {$/;" f test_chi_squared_large /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn test_chi_squared_large() {$/;" f test_chi_squared_one /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn test_chi_squared_one() {$/;" f test_chi_squared_small /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn test_chi_squared_small() {$/;" f test_choose /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_choose() {$/;" f test_data_1mb /home/dpc/lab/rust/rsroll/src/tests.rs /^pub fn test_data_1mb() -> Vec {$/;" f test_exp /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn test_exp() {$/;" f test_exp_invalid_lambda_neg /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn test_exp_invalid_lambda_neg() {$/;" f test_exp_invalid_lambda_zero /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn test_exp_invalid_lambda_zero() {$/;" f test_f /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn test_f() {$/;" f test_fill_bytes_default /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_fill_bytes_default() {$/;" f test_floats /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn test_floats() {$/;" f test_gen_ascii_str /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_ascii_str() {$/;" f test_gen_f64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_f64() {$/;" f test_gen_range /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_range() {$/;" f test_gen_range_panic_int /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_range_panic_int() {$/;" f test_gen_range_panic_usize /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_range_panic_usize() {$/;" f test_gen_vec /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_vec() {$/;" f test_gen_weighted_bool /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_gen_weighted_bool() {$/;" f test_integers /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn test_integers() {$/;" f test_log_normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn test_log_normal() {$/;" f test_log_normal_invalid_sd /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn test_log_normal_invalid_sd() {$/;" f test_normal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn test_normal() {$/;" f test_normal_invalid_sd /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn test_normal_invalid_sd() {$/;" f test_os_rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn test_os_rng() {$/;" f test_os_rng_tasks /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/os.rs /^ fn test_os_rng_tasks() {$/;" f test_rand_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_rand_sample() {$/;" f test_random /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_random() {$/;" f test_range_bad_limits_equal /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn test_range_bad_limits_equal() {$/;" f test_range_bad_limits_flipped /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^ fn test_range_bad_limits_flipped() {$/;" f test_reader_rng_fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn test_reader_rng_fill_bytes() {$/;" f test_reader_rng_insufficient_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn test_reader_rng_insufficient_bytes() {$/;" f test_reader_rng_u32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn test_reader_rng_u32() {$/;" f test_reader_rng_u64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/read.rs /^ fn test_reader_rng_u64() {$/;" f test_reseeding /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn test_reseeding() {$/;" f test_rng_32_rand_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_32_rand_seeded() {$/;" f test_rng_32_reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_32_reseed() {$/;" f test_rng_32_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_32_seeded() {$/;" f test_rng_32_true_values /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_32_true_values() {$/;" f test_rng_64_rand_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_64_rand_seeded() {$/;" f test_rng_64_reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_64_reseed() {$/;" f test_rng_64_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_64_seeded() {$/;" f test_rng_64_true_values /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_64_true_values() {$/;" f test_rng_clone /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn test_rng_clone() {$/;" f test_rng_clone /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/isaac.rs /^ fn test_rng_clone() {$/;" f test_rng_fill_bytes /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn test_rng_fill_bytes() {$/;" f test_rng_rand_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn test_rng_rand_seeded() {$/;" f test_rng_reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn test_rng_reseed() {$/;" f test_rng_reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn test_rng_reseed() {$/;" f test_rng_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn test_rng_seeded() {$/;" f test_rng_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/reseeding.rs /^ fn test_rng_seeded() {$/;" f test_rng_trait_object /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_rng_trait_object() {$/;" f test_rng_true_values /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn test_rng_true_values() {$/;" f test_sample /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_sample() {$/;" f test_shuffle /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_shuffle() {$/;" f test_std_rng_reseed /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_std_rng_reseed() {$/;" f test_std_rng_seeded /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_std_rng_seeded() {$/;" f test_t /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/gamma.rs /^ fn test_t() {$/;" f test_thread_rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^ fn test_thread_rng() {$/;" f test_weighted_choice /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_choice() {$/;" f test_weighted_choice_no_items /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_choice_no_items() {$/;" f test_weighted_choice_weight_overflows /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_choice_weight_overflows() {$/;" f test_weighted_choice_zero_weight /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_choice_zero_weight() {$/;" f test_weighted_clone_change_item /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_clone_change_item() {$/;" f test_weighted_clone_change_weight /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_clone_change_weight() {$/;" f test_weighted_clone_initialization /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^ fn test_weighted_clone_initialization() {$/;" f tests /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^mod tests {$/;" m tests /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^mod tests {$/;" m tests /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/range.rs /^mod tests {$/;" m tests /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^mod tests {$/;" m tests /home/dpc/lab/rust/rsroll/src/bup.rs /^mod tests {$/;" m tests /home/dpc/lab/rust/rsroll/src/fastcdc.rs /^mod tests {$/;" m tests /home/dpc/lab/rust/rsroll/src/gear.rs /^mod tests {$/;" m tests /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^ mod tests {$/;" m tests /home/dpc/lab/rust/rsroll/src/gear_delme.rs /^mod tests {$/;" m tests /home/dpc/lab/rust/rsroll/src/lib.rs /^mod tests;$/;" m thread_rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub fn thread_rng() -> ThreadRng {$/;" f tuple_impl /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/rand_impls.rs /^macro_rules! tuple_impl {$/;" d update /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/chacha.rs /^ fn update(&mut self) {$/;" f w32 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^type w32 = w;$/;" T w64 /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^type w64 = w;$/;" T weak_rng /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/lib.rs /^pub fn weak_rng() -> XorShiftRng {$/;" f zero_case /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/exponential.rs /^ fn zero_case(rng: &mut R, _u: f64) -> f64 {$/;" f zero_case /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/normal.rs /^ fn zero_case(rng: &mut R, u: f64) -> f64 {$/;" f ziggurat /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^fn ziggurat($/;" f ziggurat_tables /home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.16/src/distributions/mod.rs /^mod ziggurat_tables;$/;" m