each GameInstance now has it's own System.Random instance and stores the seed.
added RandomRange(min, max) to GameInstance, to be used for deterministic shit. Increments a counter each time it's called, so we can debug/test
attacks that use a damage range now use the GI function not unity's