No description
Find a file
2016-11-30 15:32:54 +03:00
.gitignore initial implementation of xorshift128 and xorshift128plus 2016-11-30 15:32:54 +03:00
benchmark.c initial implementation of xorshift128 and xorshift128plus 2016-11-30 15:32:54 +03:00
Makefile initial implementation of xorshift128 and xorshift128plus 2016-11-30 15:32:54 +03:00
README.md initial implementation of xorshift128 and xorshift128plus 2016-11-30 15:32:54 +03:00
xorshift.c initial implementation of xorshift128 and xorshift128plus 2016-11-30 15:32:54 +03:00
xorshift.h initial implementation of xorshift128 and xorshift128plus 2016-11-30 15:32:54 +03:00

This repo contains an implementations of xorshift-family random number generators.