Skip to content

Commit 2e5e6f6

Browse files
authored
DOC: Fix typo in PCG64 (numpy#19538)
* DOC: Fix typo in PCG64 * DOC: fix typo in PCG64DXSM
1 parent f69c2fa commit 2e5e6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/random/_pcg64.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cdef class PCG64(BitGenerator):
102102
103103
**Compatibility Guarantee**
104104
105-
``PCG64`` makes a guarantee that a fixed seed and will always produce
105+
``PCG64`` makes a guarantee that a fixed seed will always produce
106106
the same random integer stream.
107107
108108
References
@@ -338,7 +338,7 @@ cdef class PCG64DXSM(BitGenerator):
338338
339339
**Compatibility Guarantee**
340340
341-
``PCG64DXSM`` makes a guarantee that a fixed seed and will always produce
341+
``PCG64DXSM`` makes a guarantee that a fixed seed will always produce
342342
the same random integer stream.
343343
344344
References

0 commit comments

Comments
 (0)