microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.3.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/random_numbers/weighted_random_bit/Placeholder.qs

7lines · modecode

1namespace Kata {
2 operation WeightedRandomBit(x : Double) : Int {
3 // Implement your solution here...
4
5 return -1;
6 }
7}
8