https://github.com/rustic-games/bevy_rng
Random number generation for your Bevy systems.
https://github.com/rustic-games/bevy_rng
Last synced: 11 months ago
JSON representation
Random number generation for your Bevy systems.
- Host: GitHub
- URL: https://github.com/rustic-games/bevy_rng
- Owner: rustic-games
- License: mit
- Created: 2021-02-15T21:46:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T12:03:56.000Z (about 4 years ago)
- Last Synced: 2024-11-21T13:08:21.920Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bevy_rng
Easily add random number generators to your Bevy systems.
Run [the example](./examples/rng.rs) using:
```rust
cargo run -q --example rng
0.980311656183442
0.7329633388833048
0.5370027189769386
0.20710964630951878
0.42316875215098715
0.7700260746870646
```