Trait random::Value [] [src]

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

A random value.

Required Methods

fn from<S>(&mut S) -> Self where S: Source

Create a random value from a source.

Implementors