Node.js procedurally generated random number
A short snippet written in Javacript for the Node.js environment to generate the next seed value for procedurally generated random numbers. Results will be returned as a JSON string.
From your web browser call the http://pe16.skylightcreative.net.au/procedure
Node.js server with the seed value you wish to be processed.
e.g. to generate the next seed value call: http://pe16.skylightcreative.net.au/procedure?seed=101
Source Code
Back to Web Applications