issues
search
mroth
/
weightedrand
:balance_scale: Fast weighted random selection for Go
MIT License
393
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore(deps): bump codecov/codecov-action from 4 to 5
#39
dependabot[bot]
closed
9 hours ago
0
Optimize: We can remove the sorting in new instance
#38
win5do
opened
3 weeks ago
0
Feature: Utilize math/rand/v2
#37
robinjoseph08
opened
2 months ago
1
Exploratory work towards a potential v3 release
#36
mroth
opened
9 months ago
4
chore(deps): bump codecov/codecov-action from 3 to 4
#35
dependabot[bot]
closed
9 months ago
0
chore(deps): bump github/codeql-action from 2 to 3
#34
dependabot[bot]
closed
11 months ago
0
chore(deps): bump actions/setup-go from 4 to 5
#33
dependabot[bot]
closed
11 months ago
0
Fix merge conflicts
#32
cpacia
closed
1 year ago
1
Use of int for internal counter
#31
cpacia
opened
1 year ago
2
chore(deps): bump actions/checkout from 3 to 4
#30
dependabot[bot]
closed
1 year ago
0
Nit: undeprecate PickSource
#29
PointMeAtTheDawn
opened
1 year ago
2
Updates for go1.21 rand changes
#28
mroth
closed
1 year ago
2
Implement fuzz testing
#27
mroth
closed
1 year ago
0
update docs regarding PickSource for go1.21
#26
mroth
closed
1 year ago
0
chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3
#25
dependabot[bot]
closed
1 year ago
1
chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2
#24
dependabot[bot]
closed
1 year ago
0
chore(deps): bump actions/setup-go from 3 to 4
#23
dependabot[bot]
closed
1 year ago
0
[HELP] How to programatically add a varying amount of choices
#22
aunefyren
closed
1 year ago
2
updates for go1.20
#21
mroth
closed
1 year ago
0
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1
#20
dependabot[bot]
closed
2 years ago
0
chore(deps): bump github/codeql-action from 1 to 2
#19
dependabot[bot]
closed
2 years ago
1
Feature: Add and remove choice on in the runtime
#18
ahmedshafik
closed
2 years ago
1
chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.0
#17
dependabot[bot]
closed
2 years ago
1
chore(deps): bump actions/setup-go from 2 to 3
#16
dependabot[bot]
closed
2 years ago
1
chore(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0
#15
dependabot[bot]
closed
2 years ago
2
v2: conversion to utilize go1.18 generics
#14
mroth
closed
2 years ago
6
chore(deps): bump actions/checkout from 2 to 3
#13
dependabot[bot]
closed
2 years ago
1
chore(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0
#12
dependabot[bot]
closed
3 years ago
1
Feature Request: Choice Removal
#11
hiendv
closed
2 years ago
2
chore(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3
#10
dependabot[bot]
closed
3 years ago
1
chore(deps): bump codecov/codecov-action from 1 to 2.0.2
#9
dependabot[bot]
closed
3 years ago
1
chore(ci): add go1.16 to test matrix
#8
mroth
closed
3 years ago
1
request to publish a new version
#7
HurSungYun
closed
3 years ago
3
Fix case with 1 choice which have weight equals 1
#6
zifter
closed
3 years ago
2
RFC: int vs uint for Choice.Weight
#5
mroth
closed
4 years ago
3
checked constructor for potential error conditions
#4
mroth
closed
4 years ago
4
perf: manually inline SortSearchWrapper usage
#3
mroth
closed
4 years ago
2
Alternative method to avoid rand contention in highly parallel usage
#2
mroth
closed
4 years ago
1
implement NewChoice convenience constructor
#1
mroth
closed
4 years ago
0