Add `License` section
Initial commit
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.
Clone this repo, then run:
go build
./linearrng
MIT