Docs.rs
  • malachite-base-0.3.2
    • malachite-base 0.3.2
    • Docs.rs crate page
    • LGPL-3.0-only
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mhogrefe
    • Dependencies
      • clap ^2.33.1 normal
      • gnuplot ^0.0.26 normal
      • itertools ^0.9.0 normal
      • rand ^0.7.3 normal
      • rand_chacha ^0.2.2 normal
      • ryu ^1.0 normal
      • sha3 ^0.9.0 normal
      • time ^0.1.40 normal
      • walkdir ^2 normal
      • maplit ^1.0.2 dev
    • Versions
    • 69.86% of the crate is documented
  • Go to latest version
  • 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
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module random

  • Structs
  • Functions
?
Change settings

Module malachite_base::num::conversion::string::options::random

source ·
Expand description

Iterators that generate SciSizeOptions, ToSciOptions, and FromSciStringOptions randomly.

Structs

RandomFromSciStringOptions
Generates random FromSciStringOptionss.
RandomSciSizeOptions
Generates random SciSizeOptionss.
RandomToSciOptions
Generates random ToSciOptionss.

Functions

random_from_sci_string_options
Generates random FromSciStringOptionss.
random_sci_size_options
Generates random SciSizeOptionss.
random_to_sci_options
Generates random ToSciOptionss.