An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with weighted-sampling

A curated list of projects in awesome lists tagged with weighted-sampling .

https://github.com/meelgroup/waps

A state of the art Weighted and Projected Sampler

knowledge-compilation projection-sampling sampling-methods weighted-sampling

Last synced: 14 Jan 2026

https://github.com/ori88c/non-replacement-weighted-random-item-sampler

A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight, and every item is sampled exactly once (without repetition or replacement). The sampling method utilizes a binary-search optimization, making it suitable for performance-demanding applications where the set of items is large.

binary-search js logn no-repetitions no-replacement nodejs non-replacement non-replacement-weighted-sampling sample-once typescript weighted-choice weighted-random weighted-random-choice weighted-random-pick weighted-random-sampling weighted-random-select weighted-sampler weighted-samples weighted-sampling weighted-select

Last synced: 26 Jan 2026

https://github.com/aatuh/randutil

Cryptographically safe random utilities for Go. Helpers for generating random hex strings, tokens, numbers, bytes, UUIDs, emails etc. Thin wrappers around crypto/rand for everyday use.

crypto-rand csprng developer-experience faker go go-generics golang permutation random random-stings randomness rejection-sampling rng sampling secure-random shuffle test-data uuid uuidv4 weighted-sampling

Last synced: 14 Jan 2026

https://github.com/ori88c/weighted-random-item-sampler

A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight. The sampling method utilizes a binary search optimization, making it suitable for performance-demanding applications where the set of items is large and the sampling frequency is high.

binary-search nodejs random-choice sampler sampling select selector ts typescript weighted weighted-choice weighted-random weighted-sampler weighted-samples weighted-sampling weighted-select

Last synced: 27 Jan 2026