carrotsearch / hppc

High Performance Primitive Collections for Java
http://labs.carrotsearch.com
Apache License 2.0
978 stars 153 forks source link

Add an implementation of pseudo-random generator based on XorShift [HPPC-49] #92

Closed dweiss closed 13 years ago

dweiss commented 13 years ago

http://en.wikipedia.org/wiki/Xorshift

Oh, so simple and yet so nice.


Issue: HPPC-49 (migrated from JIRA), created by Dawid Weiss (@dweiss), resolved Mar 11 2011

dweiss commented 13 years ago

Comment by Dawid Weiss (@dweiss) (migrated from JIRA)

In trunk.