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 ef3e791 commit 9143f6bCopy full SHA for 9143f6b
lectures/mccall_q.md
@@ -79,7 +79,7 @@ from typing import NamedTuple
79
from quantecon.distributions import BetaBinomial
80
81
# set random key for reproducibility
82
-key = jax.random.PRNGKey(123)
+key = jax.random.PRNGKey(0)
83
84
# set jax to use CPU
85
jax.config.update('jax_platform_name', 'cpu')
0 commit comments