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

Add Workbook for tutorials/RandomNumberGeneration Kata #724

Merged
merged 6 commits into from
Jan 15, 2022
Merged
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
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