Docs.rs
rtools-0.1.6
rtools 0.1.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
VladasZ
Dependencies
backtrace ^0.3
normal
cfg-if ^1.0
normal
chrono ^0.4
normal
dirs ^4.0
normal
log ^0.4
normal
num-traits ^0.2
normal
rand ^0.8
normal
regex ^1.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
simplelog ^0.12
normal
tokio ^1.21
normal
cfg_aliases ^0.1
build
android-ndk-sys ^0.2
normal
android_logger ^0.11
normal
windows ^0.29
normal
Versions
0%
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
☰
Random
Required Methods
random
random_in
Implementations on Foreign Types
String
i32
u32
usize
Implementors
In rtools
?
Trait
rtools
::
Random
source
·
[
−
]
pub trait Random:
Sized
{ fn
random
() -> Self;
fn
random_in
(range:
Range
<Self>) -> Self; }
Required Methods
source
fn
random
() -> Self
source
fn
random_in
(range:
Range
<Self>) -> Self
Implementations on Foreign Types
source
impl
Random
for
String
source
fn
random
() -> Self
source
fn
random_in
(_:
Range
<Self>) -> Self
source
impl
Random
for
i32
source
fn
random
() -> Self
source
fn
random_in
(range:
Range
<Self>) -> Self
source
impl
Random
for
u32
source
fn
random
() -> Self
source
fn
random_in
(range:
Range
<Self>) -> Self
source
impl
Random
for
usize
source
fn
random
() -> Self
source
fn
random_in
(range:
Range
<Self>) -> Self
Implementors