Reduce opt_random.h pollution with kernel modules
Push #include "opt_random.h" down into !KLD_MODULE block to reduce
opt_random.h pollution with modules that include sys/random.h, as
RANDOM_LOADABLE and RANDOM_YARROW are only tested there.
This reduces the additional header pollution added via r286839