Clamps Dictionary
G
get-dtime-fn
Function
(get-dtime-fn mina maxa minbfn maxbfn &key (distribution '((0 :weight 9 (1 :weight 3) 2 3 4))) (thresh 0.5))
return a function calculating a delta-time on each call. The distribution specifies a random distribution (using cm's weighting) to determine the number of dtimes returned between [mina..maxa] before returning a number between calling [minbfn..maxbfn] on x. A :thresh keyword determines a threshold for [minb..maxb], below which no [mina..maxa] values are returned.
Created: 2025-02-18 Di 12:58