Uses of Class
squidpony.squidmath.Starfish32RNG
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of Starfish32RNG in squidpony.squidmath
Fields in squidpony.squidmath declared as Starfish32RNG Modifier and Type Field Description Starfish32RNG
MaskedShapeGenerator. randomness
Methods in squidpony.squidmath that return Starfish32RNG Modifier and Type Method Description Starfish32RNG
Starfish32RNG. copy()
Produces a copy of this RandomnessSource 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.