Liking cljdoc? Tell your friends :D

winkler.entropy


calc-entropycljs

(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.
sourceraw docstring

collect-entropycljs

(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]
sourceraw docstring

DEFAULTcljs

source

ms-countcljs

(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).
sourceraw docstring

under-harvest-limit?cljs

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close