faster than fast
Using all zeros will be faster, but using pseudo-random data will be more secure (but slower). How much slower...who knows (perhaps 1.5 to twice as slow). However, PRNG (pseudo-random number generation) is much more secure on a modern computer (i.e. a computer made from the year 2000 onwards). Depends on your needs: speed vs. security.