Skip to content

C++11 Mersenne-Twister pseudo random number generator available in .NET

License

Notifications You must be signed in to change notification settings

CodiePP/prngsharp

Repository files navigation

prngsharp

C++11 Mersenne-Twister pseudo random number generator available in .NET on Windows and Mono (Mac OSX, Linux)

usage

Get the package on nuget.org:

nuget install sharpPRNG

how to build

C++11 library

Unix

there is a project file for CodeBlocks which builds the C++ library "libprngCpp.so"

Windows

a Visual Studio project file is available.

C# assembly

Unix

there is a project file for using MonoDevelop to build the assembly

Windows

the same project file can be used in Visual Studio.