Extra RNGs
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-06 20:09:16 +02:00
benches chore: sync dependencies (monorepo) 2026-04-06 15:20:48 +02:00
rand_chacha chore: sync dependencies (monorepo) 2026-04-06 20:09:16 +02:00
rand_hc chore: sync dependencies (monorepo) 2026-04-06 15:20:48 +02:00
rand_isaac chore: sync dependencies (monorepo) 2026-04-06 20:09:16 +02:00
rand_jitter chore: sync dependencies (monorepo) 2026-04-06 15:20:48 +02:00
rand_pcg chore: sync dependencies (monorepo) 2026-04-06 15:20:48 +02:00
rand_sfc chore: sync dependencies (monorepo) 2026-04-06 15:20:48 +02:00
rand_xorshift chore: sync dependencies (monorepo) 2026-04-06 20:09:16 +02:00
rand_xoshiro chore: sync dependencies (monorepo) 2026-04-06 15:20:48 +02:00
.gitignore Commit Cargo.lock 2026-01-25 07:54:00 +00:00
Cargo.lock Add rand_pcg (#103) 2026-02-09 18:45:46 +00:00
Cargo.toml Add rand_pcg (#103) 2026-02-09 18:45:46 +00:00
COPYRIGHT Init new repository with README 2019-09-19 10:37:27 +01:00
LICENSE-APACHE Remove appendix from Apache license 2021-08-24 20:47:10 +02:00
LICENSE-MIT Init new repository with README 2019-09-19 10:37:27 +01:00
README.md Remove links to https://rust-random.github.io/rand/ 2025-12-05 08:35:30 +00:00

Rand

Test Status Book

Extra random number generators provided by the Rust Random project. The main repository, rust-random/rand, includes all generators which are a direct dependency of the rand crate. This repository houses extra generators maintained by the project.

Documentation:

Rust version requirements

All crates in this repository require rustc version 1.85 or greater.

GitHub Actions always has a build with a pinned version of rustc matching the oldest supported Rust release. The current policy is that this can be updated in any Rand release if required, but the change must be noted in the changelog.

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.