|
Author |
Topic: Random number generators (Read 1252 times) |
|
amoeba
|
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/
|
|
|
|