Skip to content

Commit

Permalink
Fixed Issue 85 by changing the broken link
Browse files Browse the repository at this point in the history
Fixes qiskit-community#85 as before the tutorial link in the README.md was broken(showing 404) but now I have fixed it by a working link for that tutorial.
  • Loading branch information
Hirmay authored Aug 11, 2020
1 parent add1163 commit a95549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
## QRandom --> Generates random numbers.
The random number is directly generated from a Hadamard gate using Qiskit Terra. It is similar to rolling an `n`-faced dice, where `n` is the number of qubits. It is the worst way to generate random numbers using a quantum computer but the sequence developed is truly random.

For a more detailed example of generating random variates from various distributions using Qiskit aqua, take a look at [this tutorial](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/aqua/generating_random_variates.ipynb).
For a more detailed example of generating random variates from various distributions using Qiskit aqua, take a look at [this tutorial](https://github.com/Qiskit/qiskit-tutorials/blob/master/legacy_tutorials/aqua/generating_random_variates.ipynb).

0 comments on commit a95549a

Please sign in to comment.