Decision Workspace
stdrandom vs drand48 vs rand_mt
Side-by-side comparison of Rust crates
54
stdrandom
experimentalv0.3.0
Generate random numbers using only Rust standard library
52
drand48
experimentalv0.2.0
drand48 - POSIX.1 standard LCG random number generator
73
rand_mt
stablev6.0.2
Reference Mersenne Twister random number generators.
Core Metrics
| stdrandom | drand48 | rand_mt | |
|---|---|---|---|
| Health Score | 54 | 52 | 73 |
| Total Downloads | 9.4K | 3.2K | 1.1M |
| 30d Downloads | 143 | 10 | 447.1K |
| Dependents | 31 | 0 | 121 |
| Releases | 18 | 7 | 15 |
| Last Updated | 309d ago | 304d ago | 11d ago |
| Age | 11m | 10m | 6y |
Health Breakdown
stdrandom
Maintenance
9
Quality
15
Community
10
Popularity
5
Documentation
15
drand48
Maintenance
15
Quality
15
Community
6
Popularity
4
Documentation
12
rand_mt
Maintenance
16
Quality
18
Community
17
Popularity
7
Documentation
15
Technical Details
| stdrandom | drand48 | rand_mt | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 6.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Unlicense OR CC0-1.0 | Unlicense OR CC0-1.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 2 |
| Crate Size | 14KB | 9KB | 55KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 13.3% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.56.0 | 1.56 | 1.85.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •rand_mt leads with a health score of 73/100, but none of the options score above 80.
- •rand_mt is depended on by 121 crates — strongest ecosystem trust.
- •stdrandom, drand48 are pre-1.0 — API may change.