QRNG

Quantum Random Number Generation (QRNG) is a concept where qubits are used to generate a truly random number.
Runs
10
Created
October 22, 2023
Updated
October 23, 2023

Description

QRNG - Quantum Random Number Generator

This application generates and distributes a random number to a client using a server-client approach. The server application requests the Quantum Network to generate EPR pairs for the specified length of the number and then distributes a qubit from each EPR pair to the client. The client then measures the qubits, which are already in a superposition state, to generate a random bit sequence. This bit sequence can then be utilised in any application that requires a truly random integer.

Inputs

Length of the number

The only input that is required is the length of the number to be generated.

Results

The result provides a list of '0's and '1's which were generated by the application.

Launch application