diff --git a/README.md b/README.md index 5b0e96e7..7abb09a0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand) Extra random number generators provided by the Rust Random project. The main repository, [rust-random/rand](https://github.com/rust-random/rand), @@ -12,7 +11,6 @@ This repository houses extra generators maintained by the project. Documentation: - [Our generators](https://rust-random.github.io/book/guide-rngs.html) - [The Rust Rand Book](https://rust-random.github.io/book) -- [API reference (master)](https://rust-random.github.io/rand) - [API reference (docs.rs)](https://docs.rs/rand) diff --git a/rand_hc/README.md b/rand_hc/README.md index d2abf297..8adbedcf 100644 --- a/rand_hc/README.md +++ b/rand_hc/README.md @@ -3,7 +3,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Latest version](https://img.shields.io/crates/v/rand_hc.svg)](https://crates.io/crates/rand_hc) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_hc) [![API](https://docs.rs/rand_hc/badge.svg)](https://docs.rs/rand_hc) A cryptographically secure random number generator that uses the HC-128 @@ -15,7 +14,6 @@ adoption" by eSTREAM[^2]. Links: -- [API documentation (master)](https://rust-random.github.io/rand/rand_hc) - [API documentation (docs.rs)](https://docs.rs/rand_hc) - [Changelog](https://github.com/rust-random/rngs/blob/master/rand_hc/CHANGELOG.md) diff --git a/rand_isaac/README.md b/rand_isaac/README.md index 432739d0..0c85a8a6 100644 --- a/rand_isaac/README.md +++ b/rand_isaac/README.md @@ -3,7 +3,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Latest version](https://img.shields.io/crates/v/rand_isaac.svg)](https://crates.io/crates/rand_isaac) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_isaac) [![API](https://docs.rs/rand_isaac/badge.svg)](https://docs.rs/rand_isaac) Implements the ISAAC and ISAAC-64 random number generators. @@ -18,7 +17,6 @@ non-cryptographic applications. Links: -- [API documentation (master)](https://rust-random.github.io/rand/rand_isaac) - [API documentation (docs.rs)](https://docs.rs/rand_isaac) - [Changelog](https://github.com/rust-random/rngs/blob/master/rand_isaac/CHANGELOG.md) diff --git a/rand_jitter/README.md b/rand_jitter/README.md index bcd21f15..82b7c0a4 100644 --- a/rand_jitter/README.md +++ b/rand_jitter/README.md @@ -3,7 +3,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Latest version](https://img.shields.io/crates/v/rand_jitter.svg)](https://crates.io/crates/rand_jitter) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_jitter) [![API](https://docs.rs/rand_jitter/badge.svg)](https://docs.rs/rand_jitter) Non-physical true random number generator based on timing jitter. @@ -21,7 +20,6 @@ entropy source. Unlike other Rand crates, this crate does not support `no_std` Links: -- [API documentation (master)](https://rust-random.github.io/rand/rand_jitter) - [API documentation (docs.rs)](https://docs.rs/rand_jitter) - [Changelog](https://github.com/rust-random/rngs/blob/master/rand_jitter/CHANGELOG.md) diff --git a/rand_sfc/README.md b/rand_sfc/README.md index 4f01b676..6661f098 100644 --- a/rand_sfc/README.md +++ b/rand_sfc/README.md @@ -3,7 +3,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Latest version](https://img.shields.io/crates/v/rand_sfc.svg)](https://crates.io/crates/rand_sfc) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_sfc) [![API](https://docs.rs/rand_sfc/badge.svg)](https://docs.rs/rand_sfc) Rust implementation of the SFC random number generators, originally developed for the [PractRand](https://pracrand.sourceforge.net/) random number generator test suite. @@ -13,7 +12,6 @@ part of the [Rand project](https://github.com/rust-random/rand). Links: -- [API documentation (master)](https://rust-random.github.io/rand/rand_sfc) - [API documentation (docs.rs)](https://docs.rs/rand_sfc) ## Crate Features diff --git a/rand_xorshift/README.md b/rand_xorshift/README.md index 022d0a38..13577af7 100644 --- a/rand_xorshift/README.md +++ b/rand_xorshift/README.md @@ -3,7 +3,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Latest version](https://img.shields.io/crates/v/rand_xorshift.svg)](https://crates.io/crates/rand_xorshift) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_xorshift) [![API](https://docs.rs/rand_xorshift/badge.svg)](https://docs.rs/rand_xorshift) Implements the Xorshift random number generator. @@ -18,7 +17,6 @@ requirements, use a more secure one such as `StdRng` or `OsRng`. Links: -- [API documentation (master)](https://rust-random.github.io/rand/rand_xorshift) - [API documentation (docs.rs)](https://docs.rs/rand_xorshift) - [Changelog](https://github.com/rust-random/rngs/blob/master/rand_xorshift/CHANGELOG.md) diff --git a/rand_xoshiro/README.md b/rand_xoshiro/README.md index cc9bbe4d..c1cee4cf 100644 --- a/rand_xoshiro/README.md +++ b/rand_xoshiro/README.md @@ -3,7 +3,6 @@ [![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions) [![Latest version](https://img.shields.io/crates/v/rand_xoshiro.svg)](https://crates.io/crates/rand_xoshiro) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_xoshiro) [![API](https://docs.rs/rand_xoshiro/badge.svg)](https://docs.rs/rand_xoshiro) Rust implementation of the [xoshiro, xoroshiro and splitmix64](http://xoshiro.di.unimi.it) random number generators. @@ -13,7 +12,6 @@ part of the [Rand project](https://github.com/rust-random/rand). Links: -- [API documentation (master)](https://rust-random.github.io/rand/rand_xoshiro) - [API documentation (docs.rs)](https://docs.rs/rand_xoshiro) - [Changelog](https://github.com/rust-random/rngs/blob/master/rand_xoshiro/CHANGELOG.md)