Skip to content

Commit 9143f6b

Browse files
committed
use seed equals 0 as default
1 parent ef3e791 commit 9143f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_q.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ from typing import NamedTuple
7979
from quantecon.distributions import BetaBinomial
8080
8181
# set random key for reproducibility
82-
key = jax.random.PRNGKey(123)
82+
key = jax.random.PRNGKey(0)
8383
8484
# set jax to use CPU
8585
jax.config.update('jax_platform_name', 'cpu')

0 commit comments

Comments
 (0)