Thanks that worked. But I now have an even trickier question. Would It be possible to add the Y coordinates and say hypothetically I want to spawn an object in either the bottom left corner or the top right corner, would that be possible?
perhaps it might look something like:
X - choose(random(95,210),random(350,450))
Y - choose(random(900,1000),random(300,500))
(unfortunately, I think this would mix and match the possibilities, rather than keeping it "bottom left and top right")