You can search for identifiers within the package.
in-package search v0.2.0
val write : Stdlib.Bytes.t -> unit
write buf fills the contents of buf with random bytes
write buf
buf
val gen : int -> Stdlib.Bytes.t
gen len is a random buffer of length len.
gen len
len