Ah, sorry, I meant the delay before they fire their next projectile, not the speed of the projectile.
At the moment I have something like this:
Enemy > Has line of sight
System > Every Random(1,5) Seconds >>> Enemy > Fire Projectile
The problem is that I can't seem to get each separate enemy instance to fire at a different random rate.