package mirage-random-test

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Mirage_random.S
type g

The state of the generator.

val generate : ?g:g -> int -> Cstruct.t

generate ~g n generates a random buffer of length n using g.

val initialize : unit -> unit