You don’t need it with kernels above 5.4 > 5.6, as is stated on their github:
And also:
With this commit, the overall entropy pool size has been reduced to 256 instead of 4096 like it was before:
cat /proc/sys/kernel/random/poolsize
256
and
cat /proc/sys/kernel/random/entropy_avail
256
Plus, for better understanding:
2 Likes