New randomizer module

In part just to see how quick I could write it, I copied a lot of the http://randomizer.org/ functionality to a new Drupal module called randomizer. It performs server-side random number generation, so it's not javascript dependent, like randomizer.org.

I didn't implement some of the features because I have other things I need to move on to, but the list people can sponsor me to finish is: markers, alternate random number generators (e.g., PHP's rand() vs mt_rand()), seeding, MS Excel export, randomize form input, or anything else you might want in your own version.


Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Allowed HTML tags: <hr /> <a> <p> <em> <strong> <cite> <code> <blockquote> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
Your post will remain unpublished until David examines it himself to check for spam.