Olexa Bilaniuk f454929d9c PRNG changes: xorshift128+ algorithm, and seeding API.
- Switched to the extremely fast, while simple and high-quality,
xorshift128+ PRNG algorithm by Sebastiano Vigna in "Further scramblings
of Marsaglia's xorshift generators. CoRR, abs/1402.6246, 2014" (2^128-1
period, passes BigCrush tests). Performance improved by 10% over
random().
- Added an API to allow seeding with a specified seed, rather than using
rand() or random(). This allows deterministic, reproducible results in
tests using our algorithm (although findHomography() does not yet
support passing an entropy source on its own end).
2015-02-21 12:31:55 -05:00
..
2015-01-13 18:23:59 +03:00
2015-01-22 15:02:21 +03:00
2015-02-16 18:17:41 +01:00
2014-12-26 19:12:19 +03:00
2015-02-18 12:36:50 +03:00
2015-01-22 15:02:21 +03:00
2015-02-16 17:15:54 +03:00
2014-12-26 19:12:19 +03:00
2014-08-05 20:12:35 +04:00