Legend:
Library
Module
Module type
Parameter
Class
Class type
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.
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.