Uses of Class
squidpony.squidmath.TangleRNG

Packages that use TangleRNG 
Package Description
squidpony.squidmath
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
  • Uses of TangleRNG in squidpony.squidmath

    Methods in squidpony.squidmath that return TangleRNG 
    Modifier and Type Method Description
    TangleRNG TangleRNG.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.