You can do this:
If Player X = Nextplatform
-> Create Object platform on layer game at random
-> Create Object platform on layer game at random
-> Set Nextplatform to player.x + random(200, 400)
This will create 2 platforms at random places and use player position to calculate when to do it.
I am bit tired, so not sure if this will work for you exactly, but it should be it.