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 f69c2fa commit 2e5e6f6Copy full SHA for 2e5e6f6
numpy/random/_pcg64.pyx
@@ -102,7 +102,7 @@ cdef class PCG64(BitGenerator):
102
103
**Compatibility Guarantee**
104
105
- ``PCG64`` makes a guarantee that a fixed seed and will always produce
+ ``PCG64`` makes a guarantee that a fixed seed will always produce
106
the same random integer stream.
107
108
References
@@ -338,7 +338,7 @@ cdef class PCG64DXSM(BitGenerator):
338
339
340
341
- ``PCG64DXSM`` makes a guarantee that a fixed seed and will always produce
+ ``PCG64DXSM`` makes a guarantee that a fixed seed will always produce
342
343
344
0 commit comments