[][src]Trait oars::oa::OAConstructor

pub trait OAConstructor<T: Integer> {
    pub fn gen(&self) -> OAResult<T>;
}

A generic trait to demarcate orthogonal array constructors

Required methods

pub fn gen(&self) -> OAResult<T>[src]

Generate an orthogonal array

Loading content...

Implementors

impl<T: Integer> OAConstructor<T> for Bose<T>[src]

impl<T: Integer> OAConstructor<T> for Bush<T>[src]

Loading content...