Struct hc256::Hc256Rng [] [src]

pub struct Hc256Rng { /* fields omitted */ }
use hc256::Hc256Rng;
assert_eq!(
    Hc256Rng::init(&[0; 8], &[0; 8]).gen(),
    2240350043
);Run

Methods

impl Hc256Rng
[src]

Trait Implementations

impl Copy for Hc256Rng
[src]

impl Clone for Hc256Rng
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more