package websocket

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Module Rng: Random string generation for Websocket

This module offers several random string generators that are conditionally built based on the packages available at compile time.

type t = int -> string
val std : ?state:Random.State.t -> t

std uses the Random module from the stdlib. If no state is passed in, then the default state is re-initialized and used.