Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[RandomNumberGeneration] Add workbook (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
saich08 authored Jan 15, 2022
1 parent 1d7d9fe commit dad257d
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
"}"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Can't come up with a solution? See the explained solution in the [Quantum Random Number Generation Workbook](./Workbook_RandomNumberGenerationTutorial.ipynb#Exercise-1:-Generate-a-single-random-bit).*"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -111,6 +118,13 @@
"}"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Can't come up with a solution? See the explained solution in the [Quantum Random Number Generation Workbook](./Workbook_RandomNumberGenerationTutorial.ipynb#Exercise-2:-Generate-a-random-two-bit-number).*"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -147,6 +161,13 @@
"}"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Can't come up with a solution? See the explained solution in the [Quantum Random Number Generation Workbook](./Workbook_RandomNumberGenerationTutorial.ipynb#Exercise-3:-Generate-a-number-of-arbitrary-size).*"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -182,6 +203,13 @@
"}"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Can't come up with a solution? See the explained solution in the [Quantum Random Number Generation Workbook](./Workbook_RandomNumberGenerationTutorial.ipynb#Exercise-4:-Generate-a-weighted-bit!).*"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -213,6 +241,13 @@
"}"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Can't come up with a solution? See the explained solution in the [Quantum Random Number Generation Workbook](./Workbook_RandomNumberGenerationTutorial.ipynb#Exercise-5:-Generate-a-random-number-between-min-and-max).*"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit dad257d

Please sign in to comment.