Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, and some classes for combinatorics.
|
Modifier and Type | Method and Description |
---|---|
static ShortSet |
ShortSet.with(short... array) |
Modifier and Type | Method and Description |
---|---|
void |
ShortSet.addAll(ShortSet set) |
short |
RNG.getRandomElement(ShortSet set)
Returns a random element from the provided ShortSet.
|
short |
EditRNG.getRandomElement(ShortSet set)
Returns a random element from the provided ShortSet.
|
short |
DharmaRNG.getRandomElement(ShortSet set)
Returns a random element from the provided ShortSet.
|
short |
DeckRNG.getRandomElement(ShortSet set)
Returns a random element from the provided ShortSet.
|
Constructor and Description |
---|
ShortSet(ShortSet map)
Creates a new map identical to the specified map.
|
ShortSetIterator(ShortSet set) |
Copyright © 2012–2016. All rights reserved.