package charrua-client
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  DHCP client implementation
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      charrua-1.6.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=1f6f7c1211a45ebbbd56a78b12fdbceaa98efae97ac3bd6f4855da47a3a3ac34
    
    
  sha512=6ea3cb92efca7c33ee9aa1411223bec9045ece9939657594ebc47ae93408c4d87e8b40812751fc86555061d91ccd338b3fbcfe6059e1dd770303329b5e527a96
    
    
  doc/charrua-client.lwt/Dhcp_client_lwt/Make/argument-1-Random/index.html
Parameter Make.Random
type g = Mirage_crypto_rng.gA generator (PRNG) with its state.
module Entropy : sig ... endEntropy sources and collection
val generate_into : ?g:g -> bytes -> ?off:int -> int -> unitgenerate_into ~g buf ~off len invokes generate_into on g or default generator. The random data is put into buf starting at off (defaults to 0) with len bytes.
val generate : ?g:g -> int -> stringInvoke generate_into on g or default generator and a freshly allocated string.
val accumulate : g option -> Entropy.source -> [ `Acc of string -> unit ]accumulate g source is a function data -> unit to feed entropy to the RNG. This is useful if your system has a special entropy source.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >