Skip to content

Vlod-github/Linear-congruential-generator-vjass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear congruential generator

Linear congruential generator implementation in vjass.

Example

local LCG gen = LCG.create(-1) // -1 for random seed
local real r = gen.real(-1, 3) // --> [-1., 3.]
local integer i = gen.integer(-10, 20) // --> [-10, 20]

About

Linear congruential generator implementation in vjass

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages