Skip to content

Files

This branch is 255 commits behind microsoft/QuantumKatas:main.

RandomNumberGeneration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 11, 2020
Oct 6, 2020
Oct 6, 2020
Aug 27, 2020
Jul 14, 2020
Jul 14, 2020
Jul 14, 2020
Oct 6, 2020

Welcome!

This folder contains a Notebook tutorial on quantum random number generation - an application of quantum computing that requires few qubits and offers true random numbers generated using the principles of quantum mechanics.

You can run the tutorial online here. Alternatively, you can install Jupyter and Q# on your machine, as described here, and run the tutorial locally by navigating to this folder and starting the notebook from command line using the following command:

jupyter notebook RandomNumberGenerationTutorial.ipynb

The Q# project in this folder contains the back-end of the tutorial and is not designed for direct use.