Skip to content

Commit 4a52bc6

Browse files
committed
chore(fix): correct pcg64 no. streams typo
1 parent bb9798f commit 4a52bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/01_sampling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"\n",
100100
"This function constructs an instance of a `Generator` class, which can produce random numbers. \n",
101101
"\n",
102-
"By default `numpy` uses a Pseudo-Random Number Generator (PRNG) called use of the [Permuted Congruential Generator 64-bit](https://www.pcg-random.org/) (PCG64; period = $2^{128}$; maximum number of streams = $2^{63}$).\n",
102+
"By default `numpy` uses a Pseudo-Random Number Generator (PRNG) called use of the [Permuted Congruential Generator 64-bit](https://www.pcg-random.org/) (PCG64; period = $2^{128}$; maximum number of streams = $2^{127}$).\n",
103103
"\n",
104104
"For more information on `Generator` you can look at [`numpy` online documentation.](https://numpy.org/doc/stable/reference/random/generator.html)"
105105
]
@@ -424,7 +424,7 @@
424424
"name": "python",
425425
"nbconvert_exporter": "python",
426426
"pygments_lexer": "ipython3",
427-
"version": "3.11.9"
427+
"version": "3.11.11"
428428
}
429429
},
430430
"nbformat": 4,

0 commit comments

Comments
 (0)