pub type Algorithm
pub type State
pub fn default_algorithm() -> Algorithm
pub fn seed(algorithm: Algorithm, int: Int) -> State
pub fn seed_s(algorithm: Algorithm) -> State
pub fn uniform_s(state: State) -> #(Float, State)