If the hash is "good quality", it shouldn't make any difference :
two 32-bits hashes of two different inputs are supposed to have exactly 1 in 2^32 chance of collision, irrespective of their size and seed.
Also, note that internally, the size of input is already used as part of the formula.
You could say it's a kind of "implicit seed".