Every X Seconds | Spawn Enemy & set next X to int(random(1,6))
so for Every X Seconds you use a global variable, I'll call it xRandomSeconds
Every "xRandomSeconds" do
1) Spawn your enemies
2) System | set "xRandomSeconds" to int(random(1,6)) - now you have a new interval for the next spawn