Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
R.EntropyEntropy sources and collection
type source = Mirage_crypto_rng.Entropy.sourceEntropy sources.
val sources : unit -> source listsources () returns the list of available sources.
val pp_source : Format.formatter -> source -> unitpp_source ppf source pretty-prints the entropy source on ppf.
val register_source : string -> sourceregister_source name registers name as entropy source.