Trait random::Value[][src]

pub trait Value {
    fn read<S>(_: &mut S) -> Self
    where
        S: Source
; }

A random value.

Required methods

fn read<S>(_: &mut S) -> Self where
    S: Source
[src]

Read a random value.

Loading content...

Implementations on Foreign Types

impl Value for f32[src]

impl Value for f64[src]

impl Value for i8[src]

impl Value for i16[src]

impl Value for i32[src]

impl Value for i64[src]

impl Value for isize[src]

impl Value for u8[src]

impl Value for u16[src]

impl Value for u32[src]

impl Value for u64[src]

impl Value for usize[src]

Loading content...

Implementors

Loading content...