weighted-random
There are 23 repositories under weighted-random topic.
ChrisCavs/aimless.js
The missing JavaScript randomness library.
mroth/weightedrand
:balance_scale: Fast weighted random selection for Go
sethblack/python-gift-exchange
pyge: Holiday Gift Exchange Picker
digitalfortress-tech/ad-rotator
A fast, light-weight and highly configurable JS library to rotate advertisements.
mediaformasi/gacha-logic
Penerapan Weighted PRNG dengan studi kasus yakni Japanese Style Gacha
hedzr/lb
concurrent load balancers, go lib,
infocyph/Game-Draw
Build your very own Luck based Draw solution!
alvarocastro/pick-random-weighted
Ultra fast and lightweight function to pick a random item from a weighted list.
guyko/weighted-lottery
Multiple benchmerked implementations of weighted lottery
DuskModules/WeightedOptions
Module for Unity providing weighted options for random list item selection. Useful for random generation of gameplay.
shinux/Turdus
client-side HTTP weighted round robin load balancing
Stassi/implausible
Generate pseudorandom numbers with optional seed and choice of algorithm.
whippingdot/Cricket-Attax
This program was designed to be an alternative of Alexa's RNG from 1 - 6 which me and my brother used to use to play Cricket Attax. This system is also completely luck based but at least has custom weights for each possibility making sure the chance of hitting a single and getting out are not the same :)
Infinitifall/weighted-random
Generate a random integer between two numbers [a, b] (both inclusive) that has higher probability of being closer to one than the other as defined by a weight w
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.
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.
pqt-graveyard/weighted-random
🔀 Choose a random value from a fixed list of choices. Treat some values as more likely than others.
Sup2point0/weighted-list
A list of weighted items for weighted selection and randomisation, available in both Python and C#
aserikbayev/markov-chains-text-generation
Using Markov chains to generate random text.
fufuok/load-balancer
⚡️ Faster, high-performance general load balancing algorithm library.
michaldivis/dark-random-utils
C# randomization helpers - random picker, weighted picks
pkx8326/Blackjack-weighted-random-choices-visualization-with-numpy-and-Python
This is a small project to test and visualize the result of the weighted probability capability of Python's numpy.random.choice()
pkx8326/Simple_Blackjack_Game_with_Python
This is a simple Blackjack card game with Python. It allows only 2 players with the computer as the dealer. The rules are simple: