Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2ba15b

Browse files
rcomeroscargus
andauthored
Update doc/devel/testing.rst
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 1bcfe60 commit f2ba15b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/devel/testing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ For numpy's default random number generator use::
9292
import numpy as np
9393
rng = np.random.default_rng(19680801)
9494

95+
and then use ``rng`` when generating the random numbers.
96+
9597
The seed is John Hunter's birthday.
9698

9799
Writing an image comparison test

0 commit comments

Comments
 (0)