package luv

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

Module Luv.RandomSource

Sourcemodule Request : sig ... end
Sourceval random : ?loop:Loop.t -> ?request:Request.t -> Buffer.t -> ((unit, Error.t) Result.result -> unit) -> unit

Fills the given buffer with bits from the system entropy source.

Binds uv_random.

Requires libuv 1.33.0.

Feature check: Luv.Require.(has random)

Sourcemodule Sync : sig ... end
OCaml

Innovation. Community. Security.