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
☰
Module random
Functions
?
Module
malachite_base
::
strings
::
random
source
·
[
−
]
Expand description
Iterators that generate
String
s randomly.
Functions
random_fixed_length_strings
Randomly generates
String
s of a given length.
random_fixed_length_strings_using_chars
Randomly generates
String
s of a given length using
char
s from a single iterator.
random_strings
Generates random
String
s.
random_strings_using_chars
Generates random
String
s using
char
s from an iterator.