You can search for identifiers within the package.
in-package search v0.2.0
feat-core
Make.R
val bits : unit -> int
bits s returns 30 random bits in a nonnegative integer.
bits s
val int : int -> int
int bound returns a random integer comprised between 0 (inclusive) and bound (exclusive). bound must be greater than 0 and less than 230.
int bound
bound