12345678910111213141516171819202122232425262728293031 |
- Authors of Mlucas:
- Ernst W. Mayer <ewmayer@aol.com>
- Almost Everything. (*.c *.h)
- Thread pool pattern. (threadpool.c threadpool.h)
- David Robert Nadeau
- Measuring high-precision elapsed real time. (getRealTime.c)
- Bob Jenkins
- Random number generator for 64-bit machines. (rng_isaac.c rng_isaac.h)
- Tomer Heber <heber.tomer@gmail.com>
- Thread pool pattern. (threadpool.c threadpool.h)
- Jason Papadopoulos <jasonp@boo.net>
- Thread pool pattern. (threadpool.c threadpool.h)
- Copyright:
- AUTHORS - a list of authors of Mlucas
- Written in 2015 by Alex Vong <alexvong1995@gmail.com>
- To the extent possible under law,
- the author(s) have dedicated all copyright and related and neighboring
- rights to this file to the public domain worldwide.
- This file is distributed without any warranty.
- You should have received a copy of the CC0 Public Domain Dedication
- along with this file. If not,
- see <http://creativecommons.org/publicdomain/zero/1.0/>.
|