Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/Generating_Random_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"id": "63fd868c-0ba4-41b6-95c8-e2652ac7df96",
"metadata": {},
"source": [
"### `randombytes_uniform(upper_bound interger)`"
"### `randombytes_uniform(upper_bound integer)`"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/Generating_Random_Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Returns a random 32-bit signed integer.



### `randombytes_uniform(upper_bound interger)`
### `randombytes_uniform(upper_bound integer)`

Returns a uniformally distributed random number between zero and the upper bound argument.

Expand Down