Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 297 Bytes

File metadata and controls

5 lines (3 loc) · 297 Bytes

Random number generation utilities

This repo provides a clean C++ implementation of the Xorshift pseudorandom number generator.

It also provides some utilities and higher level methods, like something similar to gaussian and exponential distributions.