Uses of Class
squidpony.squidmath.Mover64RNG
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of Mover64RNG in squidpony.squidmath
Methods in squidpony.squidmath that return Mover64RNG Modifier and Type Method Description Mover64RNGMover64RNG. copy()Produces a copy of this Mover64RNG that, if next() and/or nextLong() are called on this object and the copy, both will generate the same sequence of random numbers from the point copy() was called.