2 releases

0.1.2 Nov 22, 2022
0.1.1 Nov 22, 2022
0.1.0 Nov 22, 2022

#1967 in Algorithms

Download history 1/week @ 2024-02-15 13/week @ 2024-02-22 8/week @ 2024-02-29 4/week @ 2024-03-14 33/week @ 2024-03-28 18/week @ 2024-04-04

51 downloads per month

MIT license

5KB

Math_Lib_Test

Test Status Crate Book API API Minimum rustc version

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 and rand_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