This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Description
Describe the bug
When run by itself, the Quantum Random Number Generator works fine - produces a random number between 0 and #. When incorporated within other QDK code, it does one of three things: it hangs, returns a 0, or returns a 1.
To Reproduce
Steps to reproduce the behavior:
Incorporate Quantum Random Number Generator into Quantum Machine Learning code.
dotnet run
Expected behavior
A random number is generated
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: Windows 10, dotnet 5.0.17
- QDK
Additional context