Make InclusiveTrackFilterTool random number reproducible
Setting the seed to a non-zero number so that the results are reproducible when re-running. A seed of 0 for TRandom3 uses roughly the current system time to set the seed.
cc: @jburzyns
Edited by Jonathan Long