How To Spawn Random Particles In Same Area

I have particles that spawn randomly within a sphere but I would like the particles within the system to be in the same location.

this system has multiple emitters that become separate when spawned randomly, is there anyway to tie the location of the emitters together as they spawn randomly as a whole?

320082-particle.png

Any help would be appreciated thanks!

If you are using Niagara, this seems like something that you could use an Event Handler for.

I should have prefaced that I’m using cascade, thank you though!