Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib, like text manipulation, some interfaces, and compatibility code.
|
squidpony.squidgrid |
Tools for working with data on a grid, including LOS and FOV; overlaps with geometry code in squidpony.squidmath .
|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, and some classes for combinatorics.
|
Modifier and Type | Field and Description |
---|---|
protected StatefulRNG |
Thesaurus.rng |
static StatefulRNG |
MonsterGen.srng |
static StatefulRNG |
FakeLanguageGen.srng |
Modifier and Type | Field and Description |
---|---|
StatefulRNG |
Spill.rng
The RNG used to decide which one of multiple equally-short paths to take.
|
StatefulRNG |
MultiSpill.rng
The StatefulRNG used to decide how to randomly fill a space; can have its state set and read.
|
Modifier and Type | Field and Description |
---|---|
StatefulRNG |
SectionDungeonGenerator.rng |
StatefulRNG |
ModularMapGenerator.rng |
StatefulRNG |
DungeonUtility.rng
The random number generator that will be used for all methods in this class with a random component.
|
StatefulRNG |
DungeonGenerator.rng |
Constructor and Description |
---|
DungeonUtility(StatefulRNG rng) |
Modifier and Type | Class and Description |
---|---|
class |
DeckRNG
An RNG variant that has 16 possible grades of value it can produce and shuffles them like a deck of cards.
|
class |
EditRNG
A subclass of StatefulRNG (and thus RNG) that allows customizing many parts of the random number generation.
|
Copyright © 2012–2016. All rights reserved.