On Tue, Jun 06, 2017 at 07:47:53PM +0200, Jason A. Donenfeld wrote: > This enables users of get_random_{bytes,u32,u64,int,long} to wait until > the pool is ready before using this function, in case they actually want > to have reliable randomness. > > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx> Thanks, applied for the dev branch of random.git. (I changed the patch summary slightly; it now reads: "random: add wait_for_random_bytes() API"). - Ted