logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: fastrand

https://lib.rs/crates/fastrand/

Add the last reviewed version to Cargo.toml / [dependencies]:

fastrand = "1.8.0"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
16
16
4
4
4
4
4
4
4
4
crate version
rating
date
reviewer
thoroughness, understanding
fastrand 1.6.0
positive
2021-12-20
high, high

Compared to 1.5.0, this release only adds #[derive(PartialEq, Eq)] for the
Rng type. It's now possible to check if the generator is in a particular
state, but this was already possible through the Debug trait. Considering
the crate is not for cryptographic use, this seems totally fine to me.

My recommendation stands: use this as a non-cryptographic PRNG if you don't
already depend on rand and want to keep your deps to the minimum.

fastrand 1.6.0
positive
2021-12-20
high, high

Compared to 1.5.0, this release only adds #[derive(PartialEq, Eq)] for the
Rng type. It's now possible to check if the generator is in a particular
state, but this was already possible through the Debug trait. Considering
the crate is not for cryptographic use, this seems totally fine to me.

My recommendation stands: use this as a non-cryptographic PRNG if you don't
already depend on rand and want to keep your deps to the minimum.

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/