Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 522 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 522 Bytes

Mersenne Twister Examples

This is a collection of mersenne twister PRNG example implementations.

The C, C#, Haskell, and Pascal implementations are from a Wikipedia article and are covered by the Wikipedia licenses.

The Perl, Ruby, Javascript, and Java implementations are from other sources and the license is in the header.

Brian J Murray