Answer:
Only 1.
Step-by-step explanation:
One of the merits of counter mode encryption is that the blocks can be decrypted independently of each other. There is no chaining involved, where one transmission error would propagate into all following blocks.
The "randomized" aspect doesn't have anything to do with it (I think). It applies only to the initialization vector and/or the counter start value, which has to be shared with the receiver in plaintext.
The initialization vector is a combination of a random value and a part where the counter is stored.