Install virtio-rng? in centos 7

when you run a command on centos7, the following prompt appears:

2018-07-20 15:00:05 INFO: This system doesn"t provide enough entropy to quickly generate high-quality random numbers.
Installing the rng-utils/rng-tools, jitterentropy or haveged packages may help.
On virtualized Linux environments, also consider using virtio-rng.
The service will not start until enough entropy has been collected.

prompts you to install the following four tools:

rng-tools
jitterentropy
haveged packages
virtio-rng


you can install rng-tools through yum install , but the following three jitterentropy , haveged packages , and virtio-rng do not know how to install, and Baidu has no results.

question:
how to install jitterentropy , haveged packages , virtio-rng ?

Mar.28,2021

are you also compiled and installed?
he means that the system does not provide enough entropy to generate high-quality random numbers
after installing rng-tools, just execute
rngd-r / dev/urandom

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c707-2c31e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c707-2c31e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?