You are referring to the fact that the RNG instance id is part of the seed, right?
Seeds[2] = InstanceID;
The initial patch had this so I left it in, but indeed this looks strange from the angle of reproducible builds.
I will remove it.
http://reviews.llvm.org/D1802