A Pseudo Random Number Generator module

Post here if you want to announce new wiki modules, projects or articles

Moderators: David Barker, Jerry Messina

Post Reply
User avatar
octal
Registered User
Registered User
Posts: 586
Joined: Thu Jan 11, 2007 12:49 pm
Location: Paris IDF
Contact:

A Pseudo Random Number Generator module

Post by octal » Sat Oct 06, 2007 11:14 am

I have just published a new module with a pseudo-random number generator on the WIKI. This module is a quick implementation of a modulo based algorithm.

http://www.sfcompiler.co.uk/wiki/pmwiki ... rGenerator

When I'll have time, I'll add other generatio algorithms (some are better but slower, and most of the best generators use Float calculations instead of integers :( ) and I'll add a set of OPTIONs to the module to let users select the desired algorithm.

I hope this will be helpfull.

Regards
octal

Post Reply