Decision Workspace
randge vs rand-unique vs tlid
Side-by-side comparison of Rust crates
42
randge
growingv1.1.0
Generate unique random numbers
59
rand-unique
growingv0.3.0
A no-std crate for generating random sequences of unique integers in O(1) time.
45
tlid
growingv0.2.2
Thread Local ID generator by predefined range without atomics/locks/random/time
Core Metrics
| randge | rand-unique | tlid | |
|---|---|---|---|
| Health Score | 42 | 59 | 45 |
| Total Downloads | 3.2K | 40.4K | 5.5K |
| 30d Downloads | 5 | 1.3K | 7 |
| Dependents | 0 | 11 | 0 |
| Releases | 2 | 4 | 4 |
| Last Updated | 1937d ago | 37d ago | 2242d ago |
| Age | 5y 3m | 2y 4m | 6y 2m |
Health Breakdown
randge
Maintenance
3
Quality
20
Community
6
Popularity
4
Documentation
9
rand-unique
Maintenance
14
Quality
15
Community
9
Popularity
6
Documentation
15
tlid
Maintenance
6
Quality
17
Community
6
Popularity
4
Documentation
12
Technical Details
| randge | rand-unique | tlid | |
|---|---|---|---|
| Version | 1.1.0 | 0.3.0 | 0.2.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 4 | 7 | 2 |
| Crate Size | 7KB | 26KB | 13KB |
| Features | 1 | 1 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | 1.71.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rand-unique leads with a health score of 59/100, but none of the options score above 80.
- •⚠ randge, tlid have not been updated in over a year.
- •rand-unique, tlid are pre-1.0 — API may change.