Uses of Class
squidpony.squidmath.EditRNG
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of EditRNG in squidpony.squidmath
Methods in squidpony.squidmath that return EditRNG Modifier and Type Method Description EditRNGEditRNG. copy()Creates a copy of this StatefulRNG; it will generate the same random numbers, given the same calls in order, as this StatefulRNG at the point copy() is called.