minigen/interop

Types

pub external type Algorithm
pub external type State

Functions

pub external fn default_algorithm() -> Algorithm
pub external fn seed(Algorithm, Int) -> State
pub external fn seed_s(Algorithm) -> State
pub external fn uniform_s(State) -> #(Float, State)