rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.67k stars 432 forks source link

`rand_distr`: Rename Zeta parameter from `a` to `s` #1466

Closed MichaelOwenDyer closed 4 months ago

MichaelOwenDyer commented 4 months ago

Summary

This PR renames the parameter of the Zeta distribution from a to s.

The associated plot at https://raw.githubusercontent.com/rust-random/charts/main/charts/zeta.svg will need to be updated as well.

Motivation

Closes #1461.

Details