- Introduction
- 1. Quick start
- 2. Crates
- 2.1. Features
- 2.2. Platform support
- 2.3. Reproducibility
- 3. Guide
- 3.1. Getting started
- 3.2. Random data
- 3.3. Types of generators
- 3.4. Our RNGs
- 3.5. Seeding RNGs
- 3.6. Parallel RNGs
- 3.7. Random values
- 3.8. Random distributions
- 3.9. Random processess
- 3.10. Sequences
- 3.11. Error handling
- 3.12. Testing randomized functions
- 4. Updating
- 4.1. Updating to 0.5
- 4.2. Updating to 0.6
- 4.3. Updating to 0.7
- 4.4. Updating to 0.8
- 4.5. Updating to 0.9
- 5. Contributing
- 5.1. Documentation
- 5.2. Scope
- 5.3. Testing
- 5.4. Benchmarks