Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
"source": [
"np.random.rand(4)\n",
"\n",
"#We will not get teh same values"
"#We will not get the same values"
]
},
{
Expand Down Expand Up @@ -720,7 +720,7 @@
}
],
"source": [
"## Random see to output the same random vaues at all run time \n",
"## Random seed to output the same random values at all run time \n",
"import random\n",
"\n",
"random.seed(10)\n",
Expand Down