Skip to content

mattearly/rand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rand

A small randomization dll that seeds using current time and uses Mersenne Twister randomization method.

Being a dll allows this to be shared across multiple running applications, allowing a single seed.

The basic functionality tests can be found here: randTest. Clone into the same directory you have cloned rand into and the randTest project should see the rand dll and is macroed to copy in post-build if a updated/new version of the rand.dll exists.

built on VisualStudio2019 Community Edition

About

A dynamic link library (DLL) for randomization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published