]> gitweb.factorcode.org Git - factor.git/commit
reservoir-sampling: Sample k elements from an unknown number of elements with equal...
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 27 Dec 2020 14:41:06 +0000 (08:41 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 27 Dec 2020 14:41:06 +0000 (08:41 -0600)
commit0fccda1feba0db87cdcb2b62753a97f2a1fa9d66
tree462317a93bdaed9367c21c2708dac9db2bd68909
parenta51300ddcd79d8547551b498992c507b4741e214
reservoir-sampling: Sample k elements from an unknown number of elements with equal probability.
basis/reservoir-sampling/authors.txt [new file with mode: 0644]
basis/reservoir-sampling/reservoir-sampling-docs.factor [new file with mode: 0644]
basis/reservoir-sampling/reservoir-sampling-tests.factor [new file with mode: 0644]
basis/reservoir-sampling/reservoir-sampling.factor [new file with mode: 0644]