mattearly / rand

A dynamic link library (DLL) for randomization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:C++ 54.2%Language:C 45.8%