Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 350 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 350 Bytes

mt19937

This is an OpenGL ES 3.0 implementation of the Merseene Twister algorithm. The purpose is to generate and use reliable pseudorandom numbers in GPU through the WebGL 2.0 interface. The implementation is based on the C code "mt19937ar.c" presented in the Mersenne Twister Home Page.