2 releases
0.1.2 | Nov 22, 2022 |
---|---|
0.1.1 |
|
0.1.0 | Nov 22, 2022 |
#1992 in Algorithms
5KB
Math_Lib_Test
A Rust library for math library test, featuring:
- This is a test library
- the output series will always be positive
It's also worth pointing out what rand
is not:
- Small. Most low-level crates are small, but the higher-level
rand
andrand_distr
each contain a lot of functionality. - Simple (implementation). We have a strong focus on correctness, speed and flexibility, but not simplicity. If you prefer a small-and-simple library, there are alternatives including fastrand and oorandom.
Documentation:
Usage
Add this to your Cargo.toml
:
[dependencies]
math_lib_test = "0.1.0"
Versions
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.
License
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.
Dependencies
~19KB