summaryrefslogtreecommitdiff
path: root/win32/isaac.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: tighten up code slightly in isaac.cRon Yorston2018-03-221-13/+5
|
* win32: reduce amount of static dataRon Yorston2018-03-041-48/+48
| | | | | | | It appears that uninitialised static variables are placed in the data section rather than bss, increasing the size of the binary. Rewrite some code to reduce the amount of static data.
* win32: make /dev/urandom more randomRon Yorston2018-02-231-0/+240