Hi Melba, thanks for the welcome
I'm just using the Random function to create the variables that are then passed to an external program to do all sort of fun things. The variables are set like this:
$Seed1_Random = Random(1, 88888888, 1)
$Seed2_Random = Random(1, 88888888, 1)
This issue is that the same numbers are generated when running the exe twice (at the same time)