package tezos-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val generate : int -> Bytes.t

generate len is len random bytes.

val generate_into : ?pos:int -> ?len:int -> Bytes.t -> unit

generate_into ?pos ?len buf writes len (default: Bigstring.length buf) bytes in buf starting at pos (default: 0).