(calc-entropy delta)
(calc-entropy delta max-bits)
Calculates bits of entropy given a delta value. Takes a numerical delta value and an optional max-bit amount.
Calculates bits of entropy given a delta value. Takes a numerical delta value and an optional max-bit amount.
(collect-entropy)
(collect-entropy opts)
Returns a lazy-seq of generated entropy data. Each element is a 3-tuple consisting of [delta value entropy]
Returns a lazy-seq of generated entropy data. Each element is a 3-tuple consisting of [delta value entropy]
(ms-count work-min)
Returns the number of floating point operations executed in the time limit provided in the argument (in ms).
Returns the number of floating point operations executed in the time limit provided in the argument (in ms).
(under-harvest-limit? entropy max-bits harvested)
Returns a boolean whether the harvested bits do not exceed the entropy limit
Returns a boolean whether the harvested bits do not exceed the entropy limit
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close