# Functions
UpdateLinuxRandomness seeds random data from /dev/hwrng into /dev/random based on a timer and the entropy pool size.
# Variables
EntropyBlockSize sets the bytes to read per Read function call.
EntropyFeedTime sets the loop time for seeding /dev/random by /dev/hwrng in seconds.
EntropyThreshold is used to stop seeding at specific entropy level.
HwRandomAvailableFile shows the current available HW random number generator.
HwRandomCurrentFile shows/sets the current HW random number generator.
HwRandomDevice is the linux hw random device.
RandomDevice is the linux random device.
RandomEntropyAvailableFile shows how much of the entropy poolsize is used.