fastrand: a simple and fast (not cryptographically secure) random number generator

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fastrand

    A simple and fast random number generator

  • rand

    A Rust library for random number generation.

  • I really don't think that this crate is necessary. Firstly the PCG generators are not as good as promised and secondly the rand crate has a fast but non-cryptographically secure PRNG built-in, called SmallRng which uses the xorshiro256/xorshiro128 generators, which are part of the xorshiro family and are superior to the PCG generators (The author of xorshiro says that, take it with a pinch of salt)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts