Skip to content

HoangTuan110/linearrng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple implementation of Linear Congruential Generator (LCG) in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages