microsoft / qsharp

Azure Quantum Development Kit, including the Q# programming language, resource estimator, and Quantum Katas
https://microsoft.github.io/qsharp/
MIT License
367 stars 73 forks source link

New DrawRandomBool operation #1645

Closed nirajvenkat closed 4 days ago

nirajvenkat commented 1 week ago

Adds new DrawRandomBool operation that was inspired by this page on the deprecated QDK. This change has the same documentation and functionality as the linked version.

Fixes #1170.