In linux, any process can write random data to /dev/random to improve the entropy of reading from /dev/random or /dev/urandom, but this does not increase the entropy estimate, and so requesting data from /dev/random is usually very slow without some acceleration (/dev/urandom which is non-blocking, but that is not my question).
Are there any steps, like random seeks on a file, that an unprivileged process can use to increase the entropy estimate?
Assume there is an alternative strong random source to use.