Decision Workspace
drand48 vs stdrandom vs rand_mt
Side-by-side comparison of Rust crates
52
drand48
experimentalv0.2.0
drand48 - POSIX.1 standard LCG random number generator
54
stdrandom
experimentalv0.3.0
Generate random numbers using only Rust standard library
73
rand_mt
stablev6.0.2
Reference Mersenne Twister random number generators.
Core Metrics
| drand48 | stdrandom | rand_mt | |
|---|---|---|---|
| Health Score | 52 | 54 | 73 |
| Total Downloads | 3.2K | 9.4K | 1.1M |
| 30d Downloads | 10 | 143 | 447.1K |
| Dependents | 0 | 31 | 121 |
| Releases | 7 | 18 | 15 |
| Last Updated | 304d ago | 309d ago | 11d ago |
| Age | 10m | 11m | 6y |
Health Breakdown
drand48
Maintenance
15
Quality
15
Community
6
Popularity
4
Documentation
12
stdrandom
Maintenance
9
Quality
15
Community
10
Popularity
5
Documentation
15
rand_mt
Maintenance
16
Quality
18
Community
17
Popularity
7
Documentation
15
Technical Details
| drand48 | stdrandom | rand_mt | |
|---|---|---|---|
| Version | 0.2.0 | 0.3.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 | 9KB | 14KB | 55KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 13.3% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.56 | 1.56.0 | 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.
- •drand48, stdrandom are pre-1.0 — API may change.