Hi there!
According to the wiki tab here, the system should load the bcm2835_rng kernel module that creates the hwrng device.
On the one hand,
$this->bbcode_second_pass_code('', '$ dmesg | grep rng | grep bcm
bcm2835-rng 3f104000.rng: hwrng registered
$ ls -l /dev/hwrng
crw------- 1 root root 10, 183 oct 21 07:34 /dev/hwrng')
on the other hand,
$this->bbcode_second_pass_code('', 'lsmod | grep rng')
gives nothing.
QUESTION 1: where is the bcm2835_rng kernel module?
ANSWER: The driver seems to be built-in into the kernel. (Thx to @Kabbone and @lategoodbye)
QUESTION 2: Why isn't the rng-tools package installed by default to control the hwrng device instead of haveged?
ANSWER: <You can help providing an answer!>
QUESTION 3: When using LUKS, what is preferable, to use rng-tools or haveged?
ANSWER: <You can help providing an answer!>
Thx!