Struct pcg_rand::outputmix::XshRrMixin [] [src]

pub struct XshRrMixin;

This output uses an xor-shift followed by a random rotation.

Trait Implementations

impl<Itype, Xtype> OutputMixin<Itype, Xtype> for XshRrMixin where
    Itype: PcgOps + AsSmaller<Xtype> + BitSize,
    Xtype: BitSize + PcgOps
[src]