On Fri, Oct 13, 2017 at 11:28 PM, Mohammad BadieZadegan <mbzade...@gmail.com > wrote:
> Hi everybody, I need /dev/arandom on some Linux, How can I use /dev/arandom > on the Linux Kernel OS? > Which way is the fast way? > Don't use /dev/arandom: use /dev/urandom instead. You have a program whose source you have lost? Then "ln -s urandom /dev/arandom" to make arandom a symlink to urandom. Philip Guenther