[libpng16] Imported from libpng-1.6.0beta31.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-11-01 08:16:31 -05:00
parent 520803d57e
commit bb39dc545c
11 changed files with 21 additions and 20 deletions

View File

@@ -191,7 +191,8 @@ fix(double d)
* is implemented here so that it gives the same set of numbers on every
* architecture. It's a linear congruential generator (Knuth or Sedgewick
* "Algorithms") but it comes from the 'feedback taps' table in Horowitz and
* Hill, "The Art of Electronics".
* Hill, "The Art of Electronics" (Pseudo-Random Bit Sequences and Noise
* Generation.)
*/
static void
make_random_bytes(png_uint_32* seed, void* pv, size_t size)