From 08337003d4e06c904e1f7d0a03b03aab1d5e44ba Mon Sep 17 00:00:00 2001 From: Josh Innis Date: Thu, 9 Nov 2023 09:42:38 -0800 Subject: [PATCH 1/2] Update Generating_Random_Data.md Fix typo --- docs/Generating_Random_Data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Generating_Random_Data.md b/docs/Generating_Random_Data.md index 77e5220..375e3e4 100644 --- a/docs/Generating_Random_Data.md +++ b/docs/Generating_Random_Data.md @@ -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. From 8638489e0414d48d1591d29a8eec8530338f9f55 Mon Sep 17 00:00:00 2001 From: Josh Innis Date: Sun, 22 Sep 2024 22:33:21 -0500 Subject: [PATCH 2/2] Fix Typo in Generate_Random_Data.ipynb --- docs/Generating_Random_Data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Generating_Random_Data.ipynb b/docs/Generating_Random_Data.ipynb index eaf58b5..1e447c4 100644 --- a/docs/Generating_Random_Data.ipynb +++ b/docs/Generating_Random_Data.ipynb @@ -143,7 +143,7 @@ "id": "63fd868c-0ba4-41b6-95c8-e2652ac7df96", "metadata": {}, "source": [ - "### `randombytes_uniform(upper_bound interger)`" + "### `randombytes_uniform(upper_bound integer)`" ] }, {