diff --git a/numpy_random/README.md b/numpy_random/README.md index fb1e4c4..a4cc73b 100644 --- a/numpy_random/README.md +++ b/numpy_random/README.md @@ -1,8 +1,10 @@ # Numpy -- Random numbers the non-legacy way {:.no_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).