Docs.rs
prop-check-rs-0.0.112
prop-check-rs 0.0.112
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
j5ik2o
Dependencies
anyhow ^1.0.69
normal
bigdecimal ^0.3.0
normal
iso-4217 ^0.1
normal
itertools ^0.10.5
normal
log ^0.4.17
normal
num-bigint ^0.4
normal
once_cell ^1.17.0
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
ctor ^0.1.26
dev
env_logger ^0.10.0
dev
Versions
36.76%
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
☰
RandGen
Required Methods
rnd_gen
Implementations on Foreign Types
bool
f32
i16
i32
i64
u32
Implementors
In prop_check_rs::rng
?
Trait
prop_check_rs
::
rng
::
RandGen
source
·
[
−
]
pub trait RandGen<T:
NextRandValue
>
where
Self:
Sized
,
{ fn
rnd_gen
(rng: T) ->
(Self, T)
; }
Required Methods
§
source
fn
rnd_gen
(rng: T) ->
(Self, T)
Implementations on Foreign Types
§
source
§
impl<T:
NextRandValue
>
RandGen
<T> for
i64
source
§
fn
rnd_gen
(rng: T) ->
(Self, T)
source
§
impl<T:
NextRandValue
>
RandGen
<T> for
u32
source
§
fn
rnd_gen
(rng: T) ->
(Self, T)
source
§
impl<T:
NextRandValue
>
RandGen
<T> for
i32
source
§
fn
rnd_gen
(rng: T) ->
(Self, T)
source
§
impl<T:
NextRandValue
>
RandGen
<T> for
i16
source
§
fn
rnd_gen
(rng: T) ->
(Self, T)
source
§
impl<T:
NextRandValue
>
RandGen
<T> for
f32
source
§
fn
rnd_gen
(rng: T) ->
(Self, T)
source
§
impl<T:
NextRandValue
>
RandGen
<T> for
bool
source
§
fn
rnd_gen
(rng: T) ->
(Self, T)
Implementors
§