Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 424 Bytes

LinearRNG

LinearRNG is a simple implementation of Linear Congruential Generator (or LCG). It's one of the most well known Pseudo Random Number Generator (PRNG). LinearRNG is written in Go, as my first project in Go since a few months ago.

Features

  • No dependencies
  • Dead simple
  • Input validation
  • Contained in a single file

Get started

Clone this repo, then run:

go build
./linearrng

License

MIT