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

Random Link Generator software
Filter: All | Freeware | Demo
 

Random Link Generator

< 1 2 3 4 5 > 
Released: January 19, 2013  |  Added: February 26, 2014 | Visits: 849

abylon KEYSAFE Banking, you email account and the windows logon are only some examples for using a password. Can you keep all this passwords and access data in your mind? The abylon KEYSAFE is a simply password manager to administrate all your secret passwords. You need only one MASTER-password or alternatively...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $29.00 USD Size: 13.86 MB Download (51): abylon KEYSAFE Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 555

Random Sentence Generator Using Text Files Software Generate a specified amount of random sentences based on contents of multiple text files. Save results as a text file.





Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 760 KB Download (51): Random Sentence Generator Using Text Files Software Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 543

Random Number Generator Software Sobolsoft offers a simple utility for generating a list of random numbers up to nine digits. Now you can quickly generate a specific quantity of random numbers. You can choose to include only even, only odd, or only prime numbers in your list. Results may be saved as text and Excel files. This...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 398 KB Download (51): Random Number Generator Software Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 355

paPassGen - Random Password Generator Generates random strings from a character list you can edit. It can also output a group of passwords of varying lengths to either the clipboard or a file. Handy for creating truly random passwords, or generating random numbers for a program. Adjust character list easily, and also password length,...


Platforms: Windows

License: Freeware Size: 402 KB Download (418): paPassGen - Random Password Generator Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 603

My Password Generator There are many examples of "random" password generator programs on the Internet but many programs do not generate random characters in a way that insures strong security as they use "built-in" functions that allows to generate pseudorandom numbers. Of course it may be enough randomness for some...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 860 KB Download (418): My Password Generator Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 582

Random Name Generator Software This software offers a solution for users who need to generate a specified number of random first and last names. Pre-defined lists of male and female names are included by default. Import custom lists easily. Results are saved as text or MS Excel files. This software saves you time by quickly...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 393 KB Download (513): Random Name Generator Software Download

Added: July 30, 2013 | Visits: 590

2D random paths generator integrating leg's contraints Generates random 2D-paths between start and finish nodes according to densities distribution given by matrix C with leg's contrainsts defined by the adjacency matrix I.P = path_generator(start , finish , I , [C] , [K] , [V] , [delta]);Inputs-------start Index of starting points (r x 1) where...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): 2D random paths generator integrating leg's contraints Download

Added: August 26, 2013 | Visits: 321

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: January 02, 2005  |  Added: August 14, 2006 | Visits: 7.643

Personal Touch Organizer Pocket PC Organizer Software for keeping track of Expenses, Passwords and a running Shopping List; Random Key Generator for creating CD keys; Web & Desktop Software Development


Platforms: Palm OS, Windows, Windows CE

License: Shareware Cost: $6.95 USD Size: 799 KB Download (163): Personal Touch Organizer 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: 733

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 (413): 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: July 07, 2013 | Visits: 353

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

< 1 2 3 4 5 >