Uses of Interface
squidpony.squidmath.FlawedRandomness
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of FlawedRandomness in squidpony.squidmath
Classes in squidpony.squidmath that implement FlawedRandomness Modifier and Type Class Description static classFlawedRandomness.AddRotateA flawed randomness source that adds a rotation of its state, to its state, every generation.static classFlawedRandomness.BigCounterA flawed randomness source that depends almost entirely on its starting state for any random-seeming results in its output.