seed=42,seed_random

parent 11a914f2
...@@ -70,6 +70,15 @@ ...@@ -70,6 +70,15 @@
"import numpy as np" "import numpy as np"
] ]
}, },
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
"np.random.seed(seed=42)"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment