summaryrefslogtreecommitdiff
path: root/win32/sh_random.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: allow use of shell's PRNG for /dev/urandomRon Yorston2018-03-221-0/+76
Allow either ISAAC or the shell's built-in pseudo-random number generator to be used for /dev/urandom. The latter is smaller so it's the default.