Issue I171 2006-04-25 [randomnumbergenerator,seed,70] SIMION may crash when calling the "seed" function in a PRG user program. To reproduce: restart SIMION, create a user program containing only "seg initialize 1 seed", create a PA of the same name, and fly some ions inside the PA. SIMION crashes (at least under WinXP). Technical details: The SIMION random number generator was attempting to allocate a large structure on the stack when stack probes were disabled in the compiler optimizations. Affects 7.0.0 to 7.0.2. Resolution: 7.0.3 corrects this problem.