Index
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
X
- x - Variable in class squidpony.squidgrid.iterator.SquidIterators.Linear
-
The current X-coordinate
- x - Variable in class squidpony.squidmath.Coord
-
The x-coordinate.
- x - Variable in class squidpony.squidmath.CoordDouble
- x - Variable in class squidpony.squidmath.MitchellNoise.Vec4
- xBound(boolean) - Method in class squidpony.squidgrid.mapping.Rectangle.Impl
- xBound(boolean) - Method in class squidpony.squidgrid.zone.Zone.Skeleton
- xBound(boolean) - Method in interface squidpony.squidgrid.zone.Zone
- xBound(boolean) - Method in class squidpony.squidmath.GreasedRegion
- xi - Static variable in class squidpony.squidmath.CrossHash.Curlup
- xi - Static variable in class squidpony.squidmath.CrossHash.Mist
- xi - Static variable in class squidpony.squidmath.CrossHash.Yolk
- xi_ - Static variable in class squidpony.squidmath.CrossHash.Curlup
- xi_ - Static variable in class squidpony.squidmath.CrossHash.Mist
- xi_ - Static variable in class squidpony.squidmath.CrossHash.Yolk
- xor(GreasedRegion) - Method in class squidpony.squidmath.GreasedRegion
-
Symmetric difference (more commonly known as exclusive or, hence the name) of two GreasedRegions, assigning the result into this GreasedRegion.
- xoroHashCode(int, int) - Static method in class squidpony.squidmath.Coord
-
An earlier hashCode() implementation used by this class, now standalone in case you want to replicate the results of the older code.
- XoRoRNG - Class in squidpony.squidmath
-
A port of Blackman and Vigna's xoroshiro128+ generator; should be very fast and produce medium-quality output.
- XoRoRNG() - Constructor for class squidpony.squidmath.XoRoRNG
-
Creates a new generator seeded using four calls to Math.random().
- XoRoRNG(long) - Constructor for class squidpony.squidmath.XoRoRNG
-
Constructs this XoRoRNG by dispersing the bits of seed using
XoRoRNG.setSeed(long)
across the two parts of state this has. - XoRoRNG(long, long) - Constructor for class squidpony.squidmath.XoRoRNG
-
Constructs this XoRoRNG by calling
XoRoRNG.setSeed(long, long)
on the arguments as given; see that method for the specific details (stateA and stateB are kept as-is unless they are both 0). - xorPacked(short[], short[]) - Static method in class squidpony.squidmath.CoordPacker
-
Given two packed short arrays, left and right, this produces a packed short array that encodes "on" for any cell that was "on" only in left or only in right, but not a cell that was "off" in both or "on" in both.
- XoshiroStarPhi32RNG - Class in squidpony.squidmath
-
A modification of Blackman and Vigna's xoshiro128 generator with a different "scrambler" than the default; this generator has four 32-bit states and passes at least 32TB of PractRand (with one "unusual" anomaly at 4TB).
- XoshiroStarPhi32RNG() - Constructor for class squidpony.squidmath.XoshiroStarPhi32RNG
-
Creates a new generator seeded using four calls to Math.random().
- XoshiroStarPhi32RNG(int) - Constructor for class squidpony.squidmath.XoshiroStarPhi32RNG
-
Constructs this XoshiroStarPhi32RNG by dispersing the bits of seed using
XoshiroStarPhi32RNG.setSeed(int)
across the four parts of state this has. - XoshiroStarPhi32RNG(int, int, int, int) - Constructor for class squidpony.squidmath.XoshiroStarPhi32RNG
-
Constructs this XoshiroStarPhi32RNG by calling
XoshiroStarPhi32RNG.setState(int, int, int, int)
on stateA and stateB as given; see that method for the specific details (the states are kept as-is unless they are all 0). - XoshiroStarPhi32RNG(long) - Constructor for class squidpony.squidmath.XoshiroStarPhi32RNG
-
Constructs this XoshiroStarPhi32RNG by dispersing the bits of seed using
XoshiroStarPhi32RNG.setSeed(long)
across the four parts of state this has. - xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalHammerMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.HyperellipticalMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.LocalMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.RotatingSpaceMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.RoundSideMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SpaceViewMap
- xPositions - Variable in class squidpony.squidgrid.mapping.WorldMapGenerator.SphereMap
- xstart - Variable in class squidpony.squidgrid.iterator.SquidIterators.AroundCounterClockWise
- xstart - Variable in class squidpony.squidgrid.iterator.SquidIterators.CenteredSquare
- xstart - Variable in class squidpony.squidgrid.iterator.SquidIterators.RectangleFromBottomLeftToTopRight
All Classes|All Packages