How do i make 3 different spawns spawn randomly, but never spawn at the same time or too soon after the other?

Hi, I’ll be spawning three different projectiles from an animated character in my project, but i would like for these projectiles to spawn randomly, but never at the same time or too close to each other so that my character can react to these projectiles in time. Is this possible?

I’d suggest executing this Using the Random node to set the Time, and Delay nodes-

This Would be my Noobish solution (Just Replace Event tick with whatever it is that supposed to activate you missile shooter)