Let's reuse the `RandomBit` operation from the "Generate A Single Random Bit" exercise.
You can generate two random bits by calling the `RandomBit` operation twice, multiply the most significant bit by 2 and add the least significant bit to generate a random two-bit number.

@[solution]({
    "id": "random_numbers__random_two_bits_solution",
    "codePath": "Solution.qs"
})
