Let's say there is a set $\mathcal{S}$ of 32-bit random integers, where each bit is denoted from $b_0$ to $b_{31}$.
I want to know how to compute the cardinality $c =$ #$\mathcal{S}$ from which $\mathcal{S}$ could contains $n$ integers having $x$ successive constant bits, with a high probability $p$.
For example, how big should $c$ be to have $n = 200$ integers with $b_0$ to $b_{11}$ constant (i.e. $x=12$) with a probability $p \geq 0.9$?