Uses of Class
squidpony.squidmath.ChaosRNG
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of ChaosRNG in squidpony.squidmath
Methods in squidpony.squidmath that return ChaosRNG Modifier and Type Method Description ChaosRNGChaosRNG. copy()Produces another ChaosRNG with no relation to this one; this breaks the normal rules that RandomnessSource.copy abides by because this class should never have its generated number sequence be predictable.