| Number 9 of 25 messages in this Archive | ||
|---|---|---|
| [Date Prev] | Main Index | [Date Next] |
| [Thread Prev] | Thread Index | [Thread Next] |
Peter Thoenen wrote: >Question: How are the random number for rolls being generated? They >just using Java's standard srandom() function, pull them off a local >/dev/urandom device, or off some external roller like random.org? > > > > It uses the Math.random() function.