forked from joejulian/gio
63fea3d2bd
This change replace the global rand use with a local source, to avoid the recently deprecated global rand.Seed function. At the same time, the time-dependent seeds are replaced with static numbers to ensure reproducible benchmarks numbers. Signed-off-by: Elias Naur <mail@eliasnaur.com>