Arch recently updated their default rngd configuration due to this bug report: https://bugs.archlinux.org/task/34580. As a result, rngd is effectively disabled and useless.
Unlike x86, the Raspberry Pi has a hardware random generator. So their wiki suggests -- which makes sense to me -- that rngd uses this configuration by default on the Pi, see comments here: https://wiki.archlinux.org/index.php/Ra ... _generator
$this->bbcode_second_pass_code('', 'RNGD_OPTS="-o /dev/random -r /dev/hwrng"')
Happy to submit a pull request, but I'm not sure where to.