We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ecdfc commit 190b948Copy full SHA for 190b948
1 file changed
lectures/numpy.md
@@ -1050,7 +1050,8 @@ z[z > 3]
1050
NumPy provides some additional functionality related to scientific programming
1051
through its sub-packages.
1052
1053
-We've already seen how we can generate random variables using NumPy's Generator API.
+We've already seen how we can generate random variables using NumPy's
1054
+[random `Generator`](https://numpy.org/doc/stable/reference/random/generator.html#random-generator).
1055
1056
```{code-cell} python3
1057
z = rng.standard_normal(10000) # Generate standard normals
0 commit comments