Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.056 Times

Mersenne software
 

Mersenne

Added: June 26, 2010 | Visits: 1.161

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 460

Prime95 26.5 Build Prime95 is a program designed to be used to find Mersenne Prime numbers. Mersenne numbers can be proved composite (not prime) by either finding a factor or by running a Lucas-Lehmer primality test. Prime numbers have long fascinated amateur and professional mathematicians. An integer greater... Platforms: Windows

License: Freeware Size: 3.7 MB Download (529): Prime95 26.5 Build Download

Added: May 23, 2013 | Visits: 249

Mersenne Twister NOTE: Beginning in V7.1 (R14SP3), MATLABdlT« includes built-in support for the Mersenne Twister. The mex file here is only needed for versions prior to that.TWISTER produces pseudo-random numbers using the Mersenne Twister algorithm by Nishimura and Matsumoto, and is an alternative to the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Mersenne Twister Download

Added: August 12, 2010 | Visits: 611

MersenneTwister MersenneTwister is a C++ class for generating random numbers. It was designed with consideration of the flaws in various other generators. The period, 2^19937-1, and the order of equidistribution, 623 dimensions, are far greater. The generator is also fast; it avoids multiplication and... Platforms: *nix

License: Freeware Size: 39.94 KB Download (89): MersenneTwister Download

Added: July 23, 2013 | Visits: 541

Structure Synth Structure Synth is a cross-platform application for generating 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. The design grammar approach was originally devised by Chris Coyne (for a 2D implementation see the popular Context Free... Platforms: Mac

License: Freeware Size: 29.2 MB Download (52): Structure Synth Download

Added: November 02, 2006 | Visits: 2.637

Password Generator Pro Password Generator Pro uses a high quality pseudorandom number generator to generate passwords. It offers 5 methods for generating the passwords: 1. automatic generation where you can choose the contents (letters, numbers and special characters), 2. masked generation where you specify patterns... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 836 KB Download (148): Password Generator Pro Download

Added: November 20, 2010 | Visits: 1.275

Evocosm Evocosm is a C++ Framework for Evolutionary Computing library. Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. Ill list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives... Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): Evocosm Download

Released: March 22, 2010  |  Added: April 09, 2010 | Visits: 1.118

Password Generator 2010 Easily generate millions of unique strong random passwords, numbers, masked codes, pronounceable passwords, usernames, and more. Control character placement, composition, and frequency of occurrence. Allow or disallow duplicate, consecutive, repeating, and similar characters. Use words,... Platforms: Windows

License: Shareware Cost: $84.50 USD Size: 2.33 MB Download (153): Password Generator 2010 Download

Released: October 10, 2012  |  Added: November 05, 2012 | Visits: 1.064

Password Generator 2013 Generate millions of unique strong random passwords, numbers, masked codes, pronounceable passwords, usernames, and more in any of the 5 available generation modes. Generate random numbers within a certain range or matching any one of 17 built-in distributions like Chi, Student-T, or Gaussian.... Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 4.39 MB Download (100): Password Generator 2013 Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 787

Random Labs Random Labs is a true Random Numbers or Cryptographically Secure Pseudo-Random Numbers program with applications for password generation and evaluation or lotto numbers production. Random numbers acquired with the help of this software fall in 2 categories: A - True Random Numbers Numbers in... Platforms: Windows

License: Freeware Download (427): Random Labs Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 710

IT++ IT++ is a C++ library of mathematical, signal processing and communication routines IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of... Platforms: Windows, Mac, Linux

License: Freeware Size: 1.3 MB Download (55): IT++ Download

Added: May 10, 2013 | Visits: 522

IT Library IT is a C library of mathematical, signal processing, speech processing, and communications classes and functions. It is being developed by researchers in these areas and is widely used by researchers, both in the communications industry and universities. The kernel of the IT library are... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (56): IT Library Download

Added: April 30, 2013 | Visits: 290

Perfect Number Generator It calculates perfect even #'s with 2^(p-1)*(2^p - 1) where p and (2^p - 1)%are prime. A subsequent run yields a faster run-time. The code is fully%vectorized and hence cleaner than previous versions of the function.%NB: if (2^p - 1) is a Mersenne prime then a perfect number has been... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Perfect Number Generator Download

Added: May 13, 2013 | Visits: 249

Factoring Techniques, MPN and FPN Fct_MPN_FPN_I4_Ch1_NK.zip contains the following :MPN_FPN.m : This programme creates Mersenne Prime Numbers and Fermat Prime Numbers.We are however, limited in the range here because MATLAB's isprime()is limited to only 2^32.************Prob5_Ch1_NK.m : This script describes the step-by-step... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Factoring Techniques, MPN and FPN Download

Added: March 31, 2013 | Visits: 298

Faster/parallel random number generator via standard C++ It became clear that things didn't really work properly with Boost 1.42, so I've refactored the package to try to help you kludge Boost Random 1.47 into place if necessary; this seems to work; see with cpprandpar.m file for build help.===============Update: Version 0.9.5 now has wired in many... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (44): Faster/parallel random number generator via standard C++ Download

Added: September 19, 2013 | Visits: 308

Mixer for Calc Mix cells in selected ranges. The shortcut is in Tools/Add-ons menu, in Calc. If Mersenne Twister Random Number Generator Add-In is turned on, its service is used for internal calculations instead of the default random number generator Platforms: Mac

License: Freeware Size: 10.24 KB Download (37): Mixer for Calc Download