Decision Workspace
bevy_rand vs bevy_prng vs froggy-rand
Side-by-side comparison of Rust crates
63
bevy_rand
growingv0.14.2
A plugin to integrate rand for ECS optimised RNG for the Bevy game engine.
65
bevy_prng
growingv0.14.2
A crate providing newtyped RNGs for integration into Bevy.
38
froggy-rand
growingv0.3.0
Random number generation without state for games
Core Metrics
| bevy_rand | bevy_prng | froggy-rand | |
|---|---|---|---|
| Health Score | 63 | 65 | 38 |
| Total Downloads | 68.7K | 66.4K | 4.9K |
| 30d Downloads | 3.6K | 3.7K | 6 |
| Dependents | 31 | 68 | 0 |
| Releases | 23 | 21 | 4 |
| Last Updated | 18d ago | 18d ago | 395d ago |
| Age | 2y 11m | 2y 7m | 4y 2m |
Health Breakdown
bevy_rand
Maintenance
19
Quality
16
Community
10
Popularity
6
Documentation
12
bevy_prng
Maintenance
19
Quality
17
Community
11
Popularity
6
Documentation
12
froggy-rand
Maintenance
4
Quality
16
Community
5
Popularity
4
Documentation
9
Technical Details
| bevy_rand | bevy_prng | froggy-rand | |
|---|---|---|---|
| Version | 0.14.2 | 0.14.2 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 18 | 11 | 0 |
| Crate Size | 51KB | 21KB | 8KB |
| Features | 13 | 12 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | 1.89.0 | 1.89.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bevy_prng leads with a health score of 65/100, but none of the options score above 80.
- •bevy_rand has the most downloads (68.7K), suggesting wider adoption.
- •⚠ froggy-rand has not been updated in over a year.