simple_gaussian 0.6.0

Some quick and easy functions for generating gaussian noise, mappable to specific bounds. Useful for artistic purposes.
Documentation
language: rust
rust:
    - stable
    - beta
    - nightly
script:
    - cargo build --verbose
    - cargo test --verbose
    - cargo doc --verbose