Categories
Tags → Random Array

Weighted Random

Weighted random is a CFC that I created to use for the CFSudoku project. The main function of this CFC is to allow a developer to pass in an structure of values and their &"weight&". The weight structure is then used to build ...
DETAILS

Random Text Ad

With this java script you can put random text ad or rotate text links randomly. Just put your links in array and this script will do the rest.
DETAILS

Random Image Ad

With this java script you can put random image ad or rotate banner ads randomly. Just put source and link to your images in array and this script will do the rest.
DETAILS

Random Number Generator

Random Number Generator will let you quickly generate thousands random numbers in seconds! You can choose from a wide array of options: integers vs. floating-point numbers, lower && upper limits, decimal places count, digits to use, negative ...
DETAILS

Ad Rotator

This is a simple class that can be used to create ads that rotate according to a random order. The class takes an array of image files name strings as parameter but it could also be HTML tags for rich media ads. Then it shuffles the numbers...
DETAILS

Thumbnail Masters

created with Adult Webmasters in mind: Thumbnail gallery generator (for TGP''s), generates random thumb gallerys. Every photo is randomly chosen and outputted to html (15 thumbs per page) as well as TGP links and Paysite banners. banners and tgp...
DETAILS

CzarRand

A random script that ensures to pick only out of the entires that exist in the table. This script compiles an array of the entries currently in the table, then selects a random entry from that array. The script is very fast, and works with anything...
DETAILS

Unique Random Sets

This JavaScript, based on Unique Random Numbers II, picks Unique Random Sets. Here, there are more than one arrays (need not be of same length). First, we pick a number of unique random elements from the first array, numArr1 to form the array pickArr...
DETAILS

Unique Random Numbers

This JavaScript picks up a number of unique random elements from an array. For example; if you have an array myArray consisting of 10 elements and want to pick 5 unique random elements. Suppose initially myArray[3] is picked randomly, then myArray[3]...
DETAILS

Wu-Name Generator

This PHP script generates a random name based of an adjective and a noun. The PHP script uses two plain text files, one that holds all of the adjectives and the other all of the nouns. The script reads these files into two arrays. The PHP function fi...
DETAILS
©2003-2008 jCay.com