Skip to content

Commit 190b948

Browse files
committed
minor update
1 parent e9ecdfc commit 190b948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lectures/numpy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,8 @@ z[z > 3]
10501050
NumPy provides some additional functionality related to scientific programming
10511051
through its sub-packages.
10521052

1053-
We've already seen how we can generate random variables using NumPy's Generator API.
1053+
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).
10541055

10551056
```{code-cell} python3
10561057
z = rng.standard_normal(10000) # Generate standard normals

0 commit comments

Comments
 (0)