Re: [PATCH 13/10] tests for various pack index features

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Wednesday, April 11, 2007 - 7:51 am

Olivier Galibert <galibert@pobox.com> wrote:

Indeed.  But Mersenne Twister doesn't have code to produce a random
file of size X given an initial constant seed of Y, does it?
A small program to produce X random bytes starting with seed Y
still needs to be hacked up.

Probably the smart thing to do here is to embed a copy of MT with
constant seeds so we always get the same data file produced on
every system, no matter what the implementation of the C library's
rand routine is.

Although MT is not GPL. It has its own license, one with a small
advertising clause...

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 13/10] tests for various pack index features, Nicolas Pitre, (Tue Apr 10, 1:26 pm)
Re: [PATCH 13/10] tests for various pack index features, Junio C Hamano, (Tue Apr 10, 7:57 pm)
Re: [PATCH 13/10] tests for various pack index features, Nicolas Pitre, (Wed Apr 11, 5:57 am)
Re: [PATCH 13/10] tests for various pack index features, Olivier Galibert, (Wed Apr 11, 6:09 am)
Re: [PATCH 13/10] tests for various pack index features, Shawn O. Pearce, (Wed Apr 11, 7:51 am)
Re: [PATCH 13/10] tests for various pack index features, Nicolas Pitre, (Wed Apr 11, 10:29 am)