FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Simulation, Artificial Life
(Moderator: REAS)
   Random number generators
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Random number generators  (Read 1252 times)
amoeba

WWW
Random number generators
« on: Jun 30th, 2004, 5:00am »

Nice link to a page with some alternate random number generators (in Java, but shouldn't be so hard to integrate): http://www.honeylocust.com/RngPack/
 
These generators are portable, given a particular seed they generate the same numbers on every machine. They are also slightly faster than the standard Java Math.random(), which I'm assuming that Processing uses, not that the speed will be noticeable to most people.
 

marius watz // amoeba
http://processing.unlekker.net/
Pages: 1 

« Previous topic | Next topic »