Docs.rs
plottery_lib-0.4.0
plottery_lib 0.4.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
TobiasGrothmann
Dependencies
anyhow ^1.0.75
normal
bincode ^1.3.3
normal
fastnoise-lite ^1.1.1
normal
geo ^0.28.0
normal
geo-types ^0.7.12
normal
geometry-predicates ^0.3.0
normal
itertools ^0.13.0
normal
mint ^0.5.9
normal
ramer_douglas_peucker ^0.2.2
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
serde ^1.0.195
normal
svg ^0.17.0
normal
rand ^0.8.5
dev
tempfile ^3.8.1
dev
Versions
35.14%
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
plottery_
lib
0.4.0
In plottery_
lib::
maths::
random
plottery_lib
::
maths
::
random
Function
rand_range_i
Copy item path
Source
pub fn rand_range_i(from:
i32
, to:
i32
) ->
i32
Expand description
uniform random integer between
from
and
to