Docs.rs
rand-gen-0.1.1
rand-gen 0.1.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
crates.io
Source
Owners
TheEmeraldBee
Dependencies
rand ^0.8.5
normal
rand-gen-proc-macro ^0.1.0
normal
Versions
0%
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_gen
0.1.1
RandGen
Required Methods
random
Object Safety
Implementors
In crate rand_gen
?
Trait
rand_gen
::
RandGen
source
·
[
−
]
pub trait RandGen { // Required method fn
random
<R:
Rng
+ ?
Sized
>(rng:
&mut R
) -> Self; }
Required Methods
§
source
fn
random
<R:
Rng
+ ?
Sized
>(rng:
&mut R
) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
RandGen
for T
where
Standard
:
Distribution
<T>,