rngd

Daemon to use a Hardware TRNG

Debian Debian
RUN apt-get update && \ apt-get install -y rng-tools
Ubuntu
RUN apt-get update && \ apt-get install -y rng-tools
Alpine
RUN apk add rng-tools
Arch Arch Linux
RUN pacman -S --noconfirm rng-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y rng-tools
CentOS
RUN yum install -y rng-tools
Fedora
RUN dnf install -y rng-tools
Raspbian
RUN apt-get update && \ apt-get install -y rng-tools
click the source code to copy install rngd on any operating system with command-not-found.com