Main > Free Download Search >

Free random software for linux

random

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 521
Mr. Random 1.3

Mr. Random 1.3


Mr. Random project is a utility useful for filling a portable MP3 audio player with music randomly selected. more>>
Mr. Random project is a utility useful for filling a portable MP3 audio player with music randomly selected from a larger collection situated on a computer hard drive.

This is a good idea if you cant make up your mind what you want to hear, you prefer to be surprised by a selection of music you may not have heard in a while, or want to hear familiar music juxtaposed in novel combinations.

<<less
Download (2.0MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1061 downloads
mod_random 2.0

mod_random 2.0


mod_random provides three services. more>>
Mod Random provides three services. The first service is redirection: you feed it URLs and it will redirect to random URLs that you have loaded.

The second is providing environment variables that can be used for implementing ad banner systems. The third is displaying entire pages of random HTML, using its own custom handlers in combination with with random ads and quotes that you feed into the system.

It can also supply text via an environment variable called RANDOM_QUOTE, RANDOM_AD, or by environment variables that you specify. This can be used to implement fortune cookies, message of the day, entire random pages, or banner ads.
<<less
Download (0.008MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
Random Image 1.0

Random Image 1.0


This simple script searches a special directory for images, then displays a random one every time the page is loaded. more>>

This script is easy to set up. Simply use FTP to upload images in a special directory. They can be the same size or varying sizes. Then call the script from your SHTML web page using an "include. " Each load of the page will show a different image.

Requirements: Perl, Webserver

<<less
Download (0.00KB)
Added: 2009-04-27 License: Commercial Price: $0.00
181 downloads
Random Music 1.1

Random Music 1.1


Random Music plays random MP3 tracks from your music collection. more>>
Random Music plays random MP3 tracks from your music collection. It maintains a flat database of tracks, detailed genres, and weights, and generates a weighted random playlist from the user-selected genres.
The ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
<<less
Download (0.47MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1464 downloads
Random Album 0.3

Random Album 0.3


Random Album will play a random album from your collection. more>>
For a long time I wanted to play a random "album" in Amarok. I could not find how to do it with what existed, so I got around to write my own (first) amarok script.
Random Album should be a playlist really, but I dont know yet how to do that.
So here it is. It will play a random album from your collection. Upon reaching the last song, it will load a new one in the playlist.
Alternatively, you can select to play a random artist (see the configuration)
The script acces the database. Ive only tried with MySQL. I think that the "album" mode will work with SQLite, but not the "Artist" mode.
Enhancements:
- For amarok 1.4.3 and above(?) ONLY! For ealier versions use 0.2
- Changed script to work with Amarol 1.4.3
- The "tags" table in the database now contains the path of a file below a given "device" (defined in table "devices"). The script now handles that correctly using KURL.
- The "album path" filter filters according to the path below the "device" path. The device path is not taken into account
BUG
- No attempt is made to check that the files do exists... This may be problem.... There seem to be no such a method with KURL and the "unicode" function refuse to take a QString (PyQt says it should) so I cant convert things to use os.path.isfile()
<<less
Download (0.007MB)
Added: 2006-10-09 License: Open Software License Price:
1110 downloads
Quantum::Random 0.01

Quantum::Random 0.01


Quantum::Random is an optical quantum random number generator front-end. more>>
Quantum::Random is an optical quantum random number generator front-end.

SYNOPSIS

package Your::Package;

use strict;
use Quantum::Random qw(quantum_random);

my @numbers = quantum_random(10, 5);

die "Error: $Quantum::Random::Errorn" unless @numbers;

print join , , @numbers;

Quantum::Random is a front-end to the optical quantum random number generator at the Computer Science department of the University of Geneva. For details on the generator, visit: http://www.randomnumbers.info/
The site states, "The Computer Science department of the University of Geneva has developed a server/client application for scientist from around the world to be able to download random numbers directly in the C, C+, Fortran or Java codes [sic] used for their simulations."

As they have no stated plans for developing a perl interface, I have taken it upon myself to author one.

USAGE

The subroutine quantum_random will be exported into your namespace as shown above. It accepts two mandatory arguments. The first argument represents the number of random numbers you want (i.e., the quantity) and must be between 1 and 1000. The second argument represents the maximum number that you want any given random number to be (i.e., the maximum) and must be between 1 and 10000. On success, you will be returned a list of random numbers. On failure, you will be returned an empty set and can get details on the failure by checking the contents of $Quantum::Random::Error.

<<less
Download (0.016MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
Random Theme Switcher 0.2.2

Random Theme Switcher 0.2.2


Random Theme Switcher provides an extension which switches skin at random time interval. more>>
Random Theme Switcher provides an extension which switches skin at random time interval.

If you have no theme installed, this extension is of no use.

<<less
Download (0.010MB)
Added: 2007-04-23 License: MPL (Mozilla Public License) Price:
917 downloads
XMMS Real Random Plugin 0.3

XMMS Real Random Plugin 0.3


XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way. more>>
XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way.

The shuffle mode of xmms is not as I expected it. So I created this plugin.

For using this plugin, the plugin has to be loaded by xmms and the shuffle mode of xmms has to be "on".

The plugin becomes active if you are playing a song for a while. If this song ended it jumps to a random position within the playlist.

<<less
Download (0.17MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1296 downloads
Math::Random::MT::Auto 5.04

Math::Random::MT::Auto 5.04


Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. more>>
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 = (irand() & 1) ? heads : tails;

my $deck = shuffle(1 .. 52);

my $rand_IQ = gaussian(15, 100);

# OO interface
my $prng = Math::Random::MT::Auto->new(SOURCE => /dev/random);

my $angle = $prng->rand(360);

my $decay_interval = $prng->exponential(12.4);

The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is capable of providing large volumes (> 10^6004) of "high quality" pseudorandom data to applications that may exhaust available "truly" random data sources or system-provided PRNGs such as rand.
This module provides PRNGs that are based on the Mersenne Twister.

There is a functional interface to a single, standalone PRNG, and an OO interface (based on the inside-out object model as implemented by the Object::InsideOut module) for generating multiple PRNG objects. The PRNGs are self-seeding, automatically acquiring a (19968-bit) random seed from user-selectable sources.

<<less
Download (0.12MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1095 downloads
Random Phase Music Generator 2.0

Random Phase Music Generator 2.0


Random Phase Music Generator is a small program that generates random phase music. more>>
Random Phase Music Generator is a small program that generates random phase music. Random music has been around for a long time (from Mozarts musical dice game to John Cages chance music), but phase music was invented rather recently by Steve Reich.

It would be interesting to combine those ideas, so I have written this program as a tool for further experiments. Type xmkmf and then make to compile the program. LessTif users, replace xmkmf with mxmkmf.

If your xmkmf is broken, you have to install manually. Edit Makefile.man (examples for Solaris, AIX and LessTif are provided). Make sure INCS and LIBS are linking to the correct directories, then type make -f Makefile.man to compile.

Run phase from an X terminal. Some users might need to point LD_LIBRARY_PATH to the Motif libraries. After starting up the program, you can use the File menu to load or save the panel settings, and the Music menu to play the generated phase music or save it to a MIDI file.

<<less
Download (0.008MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1188 downloads
Volity::Bot::TicTacToe::Random 0.6.5

Volity::Bot::TicTacToe::Random 0.6.5


Volity::Bot::TicTacToe::Random is a Perl module with Tic tac toe bot module for Volity. more>>
Volity::Bot::TicTacToe::Random is a Perl module with Tic tac toe bot module for Volity.

This is a subclass of Volity::Bot that defines an automated Tic Tac Toe player. It is not a very good Tic Tac Toe player, choosing a random legal move to make every time its turn comes up.

More importantly, this module demonstrates how a simple Volty bot is written in Perl. It is relatively short, and I have annotated its source code in a way that I hope will be useful to people interested in Volity game programming. Feel free to contact me with questions or comments.

<<less
Download (0.10MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1022 downloads
Yet Another Random Perl Portal 1.0b

Yet Another Random Perl Portal 1.0b


Yet Another Random Perl Portal (YARPP) is a simple Web portal environment. more>>
Yet Another Random Perl Portal (YARPP) is a simple Web portal environment. Yet Another Random Perl Portal is specifically designed to provide a portal that can be used to remotely manage small scale firewall products, such as net Juniper (Netscreen) 5 series devices.
As such, it includes configuration modification utilities, as well as traffic reporting components. It was designed to allow people to manage and monitor these firewalls while ensuring that all of the filter modification functions that are available via the devices native interface are removed from the user.
Enhancements:
- The module send_ssh_command.pl allowed execution of arbitrary commands on the Web server through manipulation of its input variables.
<<less
Download (0.024MB)
Added: 2007-03-04 License: Free for non-commercial use Price:
964 downloads
RIG (Random Identity Generator) 1.11

RIG (Random Identity Generator) 1.11


RIG is a program I wrote to replace a particularly poor closed-source unattributed public-domain implementation for MS-DOS. more>>
RIG is a program I wrote to replace a particularly poor closed-source unattributed public-domain implementation for MS-DOS. Essentially it gathers random selections of first and last names, location data, and street names, to assemble a fake name and address, complete with geographically consistant ZIP code, area code, state, and city name.
My implementation of fake is GPL, however its database belongs to whoever wrote the original implementation, or if that person remains unknown then I suppose it lies in the public domain. If you feel uncomfortable with this then please provide a new database. It shouldnt be too hard to create a new one.
Install should be pretty easy, just type "make install". If your system dosent
have /dev/urandom and youd like to use /dev/random instead, do
make install CFLAGS=-DDEVRANDOM
Enhancements:
- Fix compilation on some platforms. Thanks to many people for noticing these problems.
- Fix problems with the -m and -f options. Thanks to Casey Carter noticing this problem, and to the Debian developers (notably Norbert Veber and Aaron Lehmann ) for proposing a fix.
- Add an entry for Coward, SC.
- Make Biloxi area and ZIP codes match the same physical spot. Thanks to Chris Lawrence for noticing this.
<<less
Download (0.027MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
691 downloads
gjrand 1.2.0

gjrand 1.2.0


gjrand is a programmers library for pseudo-random numbers. more>>
gjrand is a programmers library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms.
It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed reals, binomial, Poisson, integer permutation, chi-squared distribution, and spherical distribution.
The library provides API calls for the following:
- seed the generator
- save and restore state
- generate integer uniform random numbers
- generate integer special: coins, biased coins, dice, shuffle, poisson
- generate floating point uniform numbers
- generate floating point special:
normal distribution
chi-square distribution
in a n-dimensional sphere
on the surface of a n-dimensional sphere
- compatibility functions for rand() family and rand48() family.
- Except for most of the compatibility functions, gjrand should be thread-safe. It is written in C, but appears to also be legal C++.
- There are also test programs that test all of the above and could also be used or adapted to test other alleged random sources. Some alternative (mostly bad) pseudo random generators are also provided so you can amuse yourself by watching tests fail.
Enhancements:
- There is now a function for "Student" T distribution.
- The algorithm for normal distribution and several related ones has changed yet again.
- There is one new test program for the T distribution, an additional test program for uniform bits, and minor tweaks to several other tests.
<<less
Download (0.12MB)
Added: 2007-03-11 License: (FDL) GNU Free Documentation License Price:
960 downloads
ruby-randbg 0.9

ruby-randbg 0.9


ruby-randbg is a small script to change your computers background wallpaper to a random image in a specified directory. more>>
ruby-randbg is a small script to change your computers background wallpaper to a random image in a specified directory.

ruby-randbg project uses a simple cache file to make sure that wallpapers do not repeat. Each time a wallpaper is used, it is added to the cache. Once the cache fills up, it resets, and the wallpapers start over.

TODO:

Create the .randbg file automagically.
Add multiple directory support if requested.

<<less
Download (0.008MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1312 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5