Remember that each call to randomize() produces results that are independent of the previous call. Just like tossing a coin - you have a 50/50% chance of heads or tails. If you toss it 100 times, it’s not going to alternate heads and tails evenly.
So in your piece of code, if you have 1000 clocks cycles, it will probably choose 1’b1 10 times and 1’b0 990 times.