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.216.690 Times

Random Key Generator software
Filter: All | Freeware | Demo
 

Random Key Generator

< 1 2 3 4 5 > 
Added: August 26, 2013 | Visits: 322

random number generator for linear distribution Return random variable(s) with linear distribution within [0,1] and 0 outside; m specifies the slopeIn other wordP(x)= mx+b if 0



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): random number generator for linear distribution Download

Added: March 23, 2013 | Visits: 298

Mittag-Leffler random number generator Returns a matrix of iid random numbers distributed according to the one-parameter Mittag-Leffler distribution with index (or exponent) beta and scale parameter gamma_t. The size of the returned matrix is the same as that of the input matrices beta and gamma_t, that must match. Alternatively, if...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Mittag-Leffler random number generator Download

Performing random numbers generator from a generic discrete distribution This function extracts a scalar/vector/matrix of random numbers with discrete Probability Distribution Function.The PDF is specified by the user as a input vector.This function is designed to be fast, and it is implemented within a .mex fileFollowing Olivier B. comments (that I acknowledge for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (41): Performing random numbers generator from a generic discrete distribution Download

Added: June 03, 2013 | Visits: 343

Triangular Distributed Random Variable Generator This function generates a vector of triangular distributed continuous random variable. By specifying minimum value(a), maximum value(b), mode(c), and number of variables to be generated(n), the function gives a vector of random variables as output (X). The command syntax is X=trirnd(a,c,b,n).You...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Triangular Distributed Random Variable Generator Download

Added: July 30, 2013 | Visits: 382

TreknoBabble TreknoBabble is a REALBasic implementation of the famous Random Treknobabble Generator that can be found online and in many stand-alone implementations for various platforms. This implementation can also speak the sentences, if the platform supports it (Mac, Win XP and newer).


Platforms: Mac

License: Freeware Size: 1.27 MB Download (36): TreknoBabble Download

Added: August 14, 2013 | Visits: 478

NameMaker NameMaker is a random name generator written specifically for Mac OS X. It currently features name generation through a rule-file. Other methods of name creation are planned for the future.


Platforms: Mac

License: Freeware Size: 102.4 KB Download (38): NameMaker Download

Added: July 24, 2013 | Visits: 365

Random Terrain Generator This creates a random heightfield with the fault algorithm. It takes a somewhat lengthy time to finish increasing a lot with the resolution and number of blocks of the finished file. It saves it as a jpeg file. The fault algorithm is where the computer makes a random ax+by=c line and everything...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (44): Random Terrain Generator Download

Released: February 18, 2012  |  Added: March 05, 2012 | Visits: 4.721

Secure Password Manager Too many passwords? Do you have too many passwords, which expire on different dates, are subject to different rules, or are managed with different tools? This complexity creates problems, like forget your passwords. Secure Password Manager is the right solution to manage your passwords....


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 2.05 MB Download (196): Secure Password Manager Download

Added: August 11, 2008 | Visits: 1.172

koZong koZong is a simple, random chord generator, designed to help musicians and songwriters with writer's block. With a single click it randomly creates chord progressions, you can choose which key to write the song in. Please note, the program does not create finished songs, nor does it output audio...


Platforms: Windows

License: Freeware Size: 296 KB Download (678): koZong Download

Added: February 18, 2010 | Visits: 1.247

Wepdecrypt Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based on a active dictionary attack, key generator, distributed network attack and some other methods, Wepdecrypt based on wepattack and GPL licensed.. Official WepDecrypt's page


Platforms: *nix

License: Freeware Size: 92.16 KB Download (213): Wepdecrypt Download

Added: June 19, 2010 | Visits: 754

Data::SimplePassword Data::SimplePassword provides a simple random password generator. SYNOPSIS use Data::SimplePassword; my $sp = Data::SimplePassword->new; $sp->chars( 0..9, a..z, A..Z ); # optional my $password = $sp->make_password( 8 ); # length Its a very easy-to-use but a bit strong random password...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Data::SimplePassword Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 734

Password Inventor Simple but powerful password generator using cryptographically strong random number generator. Password can be generated with single-click button, but it's possible to flexibly adjust the generation method. The program can be easily used by system administrators and programmers, but also by home...


Platforms: Windows

License: Freeware Download (419): Password Inventor Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 428

Random Date Generator Software Randomly generate dates between two specified dates. Save results as Excel or text files.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 798 KB Download (509): Random Date Generator Software Download

Added: May 10, 2013 | Visits: 435

Python XTEA Encryption The module implements the basic XTEA block encryption algorithm (`xtea_encrypt`/`xtea_decrypt`) and also provides a higher level `crypt` function which symmetrically encrypts/decrypts a variable length string using XTEA in OFB mode as a key generator. The `crypt` function does not use...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Python XTEA Encryption Download

Added: July 07, 2013 | Visits: 354

Laplacian random number generator function y = laprnd(m, n, mu, sigma)%LAPRND generate i.i.d. laplacian random number drawn from laplacian distribution% with mean mu and standard deviation sigma.% mu : mean% sigma : standard deviation% [m, n] : the dimension of y.% Default mu = 0, sigma = 1.% For more information, refer to%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): Laplacian random number generator Download

Added: August 04, 2013 | Visits: 284

Univariate Multimodal Random Number Generator Sometimes we need samples that come from a mixture of pdf's, where more than 1 peaks are observed. E.g. for analyzing goodness of a non-parametric kernel density estimation method.By using the Rejection method, this function generates random numbers from a mixture (average sum) of N normal...


Platforms: Matlab

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

Added: March 31, 2013 | Visits: 293

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 (40): Faster/parallel random number generator via standard C++ Download

Released: July 10, 2007  |  Added: September 29, 2007 | Visits: 6.237

Water Ripples plug-in Water Ripples is a freeware Adobe Photoshop compatible plug-in filter. The highly realistic water ripples effect designer has numerous options as well as an impressive 3D quality. The random settings generator produces unlimited variations of rippled surfaces.


Platforms: Windows

License: Freeware Size: 131 KB Download (951): Water Ripples plug-in Download

Released: July 10, 2007  |  Added: September 27, 2007 | Visits: 2.952

Umatrix plug-in Synthesizer of Geometric Abstractions. A multifunctional tool for creation of composite images by layering a myriad various 3d objects. Fast high-quality rendering and realtime preview. The smart random settings generator helps you to create a complete artwork with just a few mouse clicks. The...


Platforms: Windows

License: Demo Cost: $49.90 USD Size: 3.64 MB Download (163): Umatrix plug-in Download

Added: August 13, 2008 | Visits: 1.182

UNU.RAN UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of algorithms for generating non-uniform pseudo-random variates as a library of C functions designed and implemented by the ARVAG (Automatic Random VAriate Generation) project group in Vienna, and released under the GNU...


Platforms: Windows, *nix

License: Freeware Size: 1.35 MB Download (119): UNU.RAN Download

< 1 2 3 4 5 >