# scsys-gen
This crate was built in support of the scsys ecosystem;
## Usage
- [crates.io](https://crates.io/crates/scsys-gen)
- [docs.rs](https://docs.rs/scsys-gen)
```rust
use scsys_gen::generate_random_number;
fn main() {
println!("{:?}", generate_random_number::<f64>::());
}
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)