issues
search
smol-rs
/
fastrand
A simple and fast random number generator
Apache License 2.0
409
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
v2.2.0
#93
notgull
closed
5 days ago
0
Accept any IntoIterator in choose_multiple
#92
tranzystorekk
opened
2 weeks ago
2
ci: Use "v2.0.0" branch for security check
#91
notgull
closed
3 weeks ago
0
Expose missing fill method in global_rng module
#90
TheJokr
closed
1 month ago
1
Add support for WASI 0.2
#89
yoshuawuyts
opened
2 months ago
0
v2.1.1
#88
notgull
closed
2 months ago
0
Remove 128-bit usize value generator
#87
notgull
closed
3 months ago
0
Always use getrandom to seed RNG
#86
cod10129
closed
3 months ago
6
warning: unexpected `cfg` condition value: `128`
#85
glandium
closed
3 months ago
1
Windows MSVC compiler sometimes panics.
#84
BobG1983
closed
4 months ago
3
v2.1.0
#83
notgull
closed
6 months ago
0
Use wyrand final v4.2 constants for gen_u64()
#82
Bluefinger
closed
6 months ago
0
v2.0.2
#81
notgull
closed
7 months ago
4
fails to build with musl rust
#80
lolbinarycat
closed
4 months ago
4
Remove unnecessary instantiation
#79
feliam
closed
8 months ago
0
Always set #![no_std] to fix redundant import warning
#78
taiki-e
closed
8 months ago
0
Remove try_with_rng
#77
stoeckmann
closed
8 months ago
5
Fix typo
#76
stoeckmann
closed
8 months ago
0
"the paper"
#75
lolbinarycat
closed
8 months ago
1
add choice_weighted?
#74
Cassumbra
opened
9 months ago
1
Remove unnecessary seed modifcation
#73
ironhaven
closed
6 months ago
2
Fix CI badge link in readme
#72
pnevyk
closed
1 year ago
0
v2.0.1
#71
notgull
closed
1 year ago
0
Mention fastrand-contrib in documentation
#70
notgull
closed
1 year ago
0
Alternative Hash (ex : highway, xxh3)
#69
chris-ha458
opened
1 year ago
1
Some questions
#68
chris-ha458
closed
1 year ago
2
How to generate random number 58 bit length ?
#67
Manosuper
closed
1 year ago
3
Uniform and normal distributions
#66
pnevyk
closed
1 year ago
6
Using getrandom on non-wasm targets?
#65
mwcampbell
closed
1 year ago
2
Add smol-rs logo to docs
#64
notgull
closed
1 year ago
0
Implementation of `choose_multiple`
#63
sigaloid
closed
1 year ago
1
Clarify documentation for fork()
#62
notgull
closed
1 year ago
2
documentaion on fork() is confusing
#61
ra1u
closed
1 year ago
0
Use getrandom for seeding the RNG on WASM targets
#60
notgull
closed
1 year ago
0
v2.0.0
#59
notgull
closed
1 year ago
6
Mention no_std support in the docs
#58
notgull
closed
1 year ago
0
Global rng doesn't work in webassembly
#57
dullbananas
closed
1 year ago
1
Update README to indicate std/no-std compatibility
#56
rlaferla
closed
1 year ago
0
Add choose_multple function for choosing several values
#55
notgull
closed
1 year ago
2
Use of `instant` crate imcompatible w/ MIT license?
#54
zeenix
closed
1 year ago
3
docs: Add indicators for methods that are std-only
#53
notgull
closed
1 year ago
2
Touch up PR 50
#52
taiki-e
closed
1 year ago
0
feat: Add an iterator selection function
#51
notgull
closed
1 year ago
0
feat: Add no_std mode
#50
notgull
closed
1 year ago
0
feat: Add a fork() method
#49
notgull
closed
1 year ago
0
v1.9.0
#48
notgull
closed
1 year ago
0
Remove interior mutability from Rng
#47
notgull
closed
1 year ago
4
Add #[must_use] to Rng::with_seed
#46
taiki-e
closed
1 year ago
0
Rng::with_seed doesn't affect the thread-local Rng
#45
malachid
closed
1 year ago
3
Clean up CI config
#44
taiki-e
closed
1 year ago
0
Next