Skip to content

Commit

Permalink
Feedback from @geduardo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Apr 30, 2020
1 parent 8c1c0db commit 6a50b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/getting-started/qrng/Qrng.qs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Qrng {

@EntryPoint()
operation SampleRandomNumber() : Int {
let max = 10;
let max = 50;
Message($"Sampling a random number between 0 and {max}: ");
let nBits = Floor(Log(IntAsDouble(max)) / LogOf2() + 1.);

Expand Down

0 comments on commit 6a50b7f

Please sign in to comment.