1 2 3 4 5 6 7 8
package wasi:random@0.2.6; interface random { get-random-bytes: func(len: u64) -> list<u8>; get-random-u64: func() -> u64; }