Documentation

scsys-gen

This crate was built in support of the scsys ecosystem;

Usage

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