Skip to content
/ mtwist Public

Uma implementação do Mersenne Twister com algumas alterações que eu precisei.

Notifications You must be signed in to change notification settings

frt/mtwist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the Mersenne Twist pseudorandom number
generator, including both C and C++ interfaces and a set of functions
for generating random variates from common distributions.

To compile, you may need to define MT_NOINLINE or MT_LONG_LONG.

The full documentation for the package is in the manual pages,
mtwist.3 and randistrs.3.

For more information, see the Web page for the package, at:

	http://www.cs.hmc.edu/~geoff/mtwist.html

or

	http://www.lasr.cs.ucla.edu/geoff/mtwist.html


HOWTO INSTALL THIS LIB FROM THE SOURCES 

 * Generate the './configure' script:

	$ aclocal
	$ autoconf
	$ automake --add-missing

 * Configure and install:

	$ ./configure
	$ make
	# make install

About

Uma implementação do Mersenne Twister com algumas alterações que eu precisei.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published