An open API service indexing awesome lists of open source software.

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.

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
```