Depends how your objects are setup.
One way would be to create 1 sprite with each object being a different animation frame.
Then you can spawn it using random like
Create Object
Set Animation Frame to int(random(20))
Or, you can put the objects into a family and by spawning/creating the family, C2 will automatically spawn a random object from that family.