Skip to content

Commit a6e217f

Browse files
authored
Update statrs link (#1630)
1 parent db993ec commit a6e217f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With broad support for random value generation and random processes:
2121
and [more](https://docs.rs/rand/latest/rand/distr/index.html)
2222
- Samplers for a large number of non-uniform random number distributions via our own
2323
[`rand_distr`](https://docs.rs/rand_distr) and via
24-
the [`statrs`](https://docs.rs/statrs/0.13.0/statrs/)
24+
the [`statrs`](https://docs.rs/statrs)
2525
- Random processes (mostly choose and shuffle) via [`rand::seq`](https://docs.rs/rand/latest/rand/seq/index.html) traits
2626

2727
All with:

0 commit comments

Comments
 (0)