issues
search
rust-random
/
rand
A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.67k
stars
432
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
remove conditional compilation around using core
#1534
ComputerDruid
closed
6 hours ago
0
Remove rng parameter of ReseedingRng::new
#1533
dhardy
closed
1 day ago
0
Remove SmallRng::from_thread_rng
#1532
dhardy
closed
6 hours ago
0
Rename SmallRng::from_thread_rng to from_rand_rng
#1531
dhardy
closed
2 days ago
1
Add KS tests for weighted sampling
#1530
dhardy
opened
3 days ago
2
Prepare 0.8.6
#1529
dhardy
closed
3 days ago
1
Documentation for 0.8.5 is missing/broken
#1528
marmeladema
closed
3 days ago
5
gen_ratio -> random_probability, gen_bool -> random_probability_f64
#1527
oconnor663
opened
1 week ago
2
Rename `Standard` → `StandardUniform`
#1526
dhardy
closed
4 days ago
1
Move ks
#1525
benjamin-lieser
closed
4 days ago
6
Add a way to derive `Standard` and `Uniform` distributions for a struct
#1524
LikeLakers2
opened
2 weeks ago
5
Add rand_distr::TruncatedNormal
#1523
ongchi
closed
4 days ago
5
Failure to compile version 0.8.5
#1522
tjb7
closed
3 weeks ago
2
`Rng::gen` uses a reserved keyword in 2024
#1521
dev-ardi
closed
3 weeks ago
1
Move thread RNG into a separate crate
#1520
newpavlov
closed
1 week ago
9
Move KS tests
#1519
dhardy
closed
4 days ago
9
Zipf: let n have type F
#1518
dhardy
closed
1 week ago
5
Remove u64 support for Poisson
#1517
dhardy
closed
4 weeks ago
3
Implement Distribution<u64> support for Zeta, Zipf
#1516
dhardy
closed
4 weeks ago
3
`Poisson` variance deviation at high `lambda`
#1515
JamboChen
opened
1 month ago
7
README: rand is not a crypto library
#1514
dhardy
closed
3 weeks ago
11
Reduce MSRV to 1.60
#1513
dhardy
closed
1 month ago
6
thread_rng()..gen_range seems to produce numbers close together
#1512
mdavisJr
closed
1 month ago
13
Fix new Clippy lints
#1511
newpavlov
closed
1 month ago
0
Hypergeo fix
#1510
benjamin-lieser
closed
1 week ago
0
Weibull doc numerics warning
#1509
benjamin-lieser
closed
1 month ago
0
Hypergeometric incorrect samples
#1508
benjamin-lieser
closed
4 days ago
6
Loss of precision in Weibull
#1507
benjamin-lieser
closed
1 month ago
3
thread_rng() → rand::rng()
#1506
dhardy
closed
1 month ago
0
Rng renames: gen_ → random_
#1505
dhardy
closed
1 month ago
1
Add more Kolmogorov–Smirnov test
#1504
JamboChen
closed
1 month ago
12
CHANGE: rename Rng methods random, gen_*
#1503
dhardy
closed
1 month ago
9
Remove some unsafe, update to zerocopy 0.8.0
#1502
joshlf
closed
1 month ago
1
Rename gen_iter → random_iter, misc..
#1500
dhardy
closed
1 month ago
1
rand_core: add blanket impl of TryRngCore for RngCore
#1499
newpavlov
closed
1 month ago
6
Poisson u64 sampling
#1498
benjamin-lieser
closed
1 month ago
0
Use Poisson distribution to generate integers (not floats)
#1497
nielsle
closed
1 month ago
3
impl SeedableRng for StepRng
#1496
benjamin-lieser
closed
1 month ago
2
Seedable Step RNG
#1495
willow-iam
closed
1 month ago
5
Cdf testing with Kolmogorov Smirnov
#1494
benjamin-lieser
closed
1 month ago
3
Poisson: split Knuth/Rejection methods
#1493
dhardy
closed
2 months ago
2
Inherent rng methods
#1492
dhardy
closed
1 month ago
3
Require SeedableRng::Seed to impl Clone
#1491
clarfonthey
closed
2 months ago
6
Migrate remaining benchmarks to Criterion
#1490
dhardy
closed
2 months ago
0
The trait bound `ThreadRng: rand_core::RngCore` is not satisfied
#1489
LimpidCrypto
closed
2 months ago
8
add `rand::range`, random_bool, random_iter, random_ratio, fill as top-level helper functions
#1488
oconnor663
closed
3 weeks ago
7
No usize except uniform
#1487
dhardy
closed
2 months ago
7
Binv remodel
#1486
jamaltas
closed
1 month ago
3
Use `f32` arithmetic for `f32` normal distribution
#1485
swenson
closed
2 months ago
7
Make sure BTPE is not entered when np < 10
#1484
benjamin-lieser
closed
1 month ago
14
Next