Docs.rs
  • rand_krull-1.1.0
    • rand_krull 1.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • SamiPerttu
    • Dependencies
      • rand_core ^0.6.3 normal
      • serde ^1.0.136 normal optional
      • wrapping_arithmetic ^0.1.0 normal
      • criterion ^0.3.5 dev
    • Versions
    • 60% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rand_krull1.1.0

Crate Items

  • Structs
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • Error
  • block::BlockRng
  • block::BlockRng64
  • krull64::Krull64
  • krull65::Krull65

Traits

  • CryptoRng
  • CryptoRngCore
  • RngCore
  • SeedableRng
  • block::BlockRngCore
  • lcg::Int

Functions

  • impls::fill_bytes_via_next
  • impls::fill_via_u32_chunks
  • impls::fill_via_u64_chunks
  • impls::next_u32_via_fill
  • impls::next_u64_via_fill
  • impls::next_u64_via_u32
  • lcg::get_iterations
  • lcg::get_jump
  • lcg::get_state
  • le::read_u32_into
  • le::read_u64_into

Constants

  • LCG_M128_1
  • LCG_M128_2
  • LCG_M128_3
  • LCG_M128_4
  • LCG_M64_1
  • LCG_M64_2
  • LCG_M64_3
  • LCG_M64_4
  • LCG_M65_1
  • LCG_M65_2
  • LCG_M65_3
  • LCG_M65_4