diff --git a/numpy_random/README.md b/numpy_random/README.md index fb4b966..fb1e4c4 100644 --- a/numpy_random/README.md +++ b/numpy_random/README.md @@ -1,4 +1,9 @@ # Numpy -- Random numbers the non-legacy way +{:.no_toc} + +* TOC +{:toc} + ## Goal If you don't see something like **np.random.default_rng()** in your code then you are probably using the old [Legacy Random Generation](https://numpy.org/doc/stable/reference/random/legacy.html#legacy-random-generation).