Function rand_seed

fn rand_seed() -> ~[u8]

Function rand_new

fn rand_new() -> *rctx

Function rand_new_seeded2

fn rand_new_seeded2(&&seed: ~[u8]) -> *rctx

Function rand_next

fn rand_next(c: *rctx) -> u32

Function rand_free

fn rand_free(c: *rctx)