package urn
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Urn data structure for fast pure functional random sampling
Install
dune-project
Dependency
Authors
Maintainers
Sources
20231124.tar.gz
md5=51102864138dbf2859a15c680a18e566
sha512=64d80d5a772d930c20bf6e2eae4127c858e59cb192dba36b9022a64746bda594631f7c631a2fcdd53c077ed930f92990791783d4d60128a5ccf2be110444fa83
doc/urn/Urn/module-type-WeightType/index.html
Module type Urn.WeightTypeSource
Input signature of the functor Make.
The type of weights.
A total ordering function over weights. compare x y should return zero if the weights x and y are equal, compare x y should be negative if x is less than y, and compare x y should be positive if x is greater than y.
Weight subtraction. It should be the inverse of add, i.e. forall x and y, sub (add x y) y equals x.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>