summaryrefslogtreecommitdiff
path: root/rect.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Replace isaac with xorshiftLars-Dominik Braun1-4/+1
No difference in performance. rdrand instruction alone is too slow.
2015-05-02Fix crashLars-Dominik Braun1-3/+2
For some reason filter is overwritten by pthread_join, removing its second argument fixes the problem. It is unused anyway.
2015-05-02Move out of subdirLars-Dominik Braun1-0/+1287