Decision Workspace
rand-sequence vs rand-unique vs romu
Side-by-side comparison of Rust crates
43
rand-sequence
growingv0.2.1
A no-std crate for generating random sequences of unique integers in O(1) time.
59
rand-unique
growingv0.3.0
A no-std crate for generating random sequences of unique integers in O(1) time.
58
romu
growingv0.8.0
A pseudo random number generator using the Romu algorithm.
Core Metrics
| rand-sequence | rand-unique | romu | |
|---|---|---|---|
| Health Score | 43 | 59 | 58 |
| Total Downloads | 5.0K | 40.4K | 35.0K |
| 30d Downloads | 6 | 1.4K | 9.1K |
| Dependents | 0 | 11 | 14 |
| Releases | 4 | 4 | 13 |
| Last Updated | 876d ago | 37d ago | 54d ago |
| Age | 2y 5m | 2y 4m | 4y 4m |
Health Breakdown
rand-sequence
Maintenance
5
Quality
15
Community
6
Popularity
4
Documentation
13
rand-unique
Maintenance
14
Quality
15
Community
9
Popularity
6
Documentation
15
romu
Maintenance
15
Quality
14
Community
9
Popularity
5
Documentation
15
Technical Details
| rand-sequence | rand-unique | romu | |
|---|---|---|---|
| Version | 0.2.1 | 0.3.0 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 7 | 7 | 3 |
| Crate Size | 26KB | 26KB | 26KB |
| Features | 1 | 1 | 6 |
| Yanked % | 0.0% | 0.0% | 15.4% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.71.0 | 1.89 |
| 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.
- •⚠ rand-sequence has not been updated in over a year.