A Rust library for math library test, featuring:
It's also worth pointing out what rand
is not:
rand
and
rand_distr
each contain a lot of functionality.Documentation:
Add this to your Cargo.toml
:
toml
[dependencies]
math_lib_test = "0.1.0"
sqare-series-crate is mature (suitable for general usage, with infrequent breaking releases which minimise breakage) but not yet at 1.0. We maintain compatibility with pinned versions of the Rust compiler (see below).
A detailed changelog is available for releases.
When upgrading to the next minor series (especially 0.4 → 0.5), we recommend reading the Upgrade Guide.
Rand is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.