Uses of Class
squidpony.squidmath.RandomBias
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of RandomBias in squidpony.squidmath
Methods in squidpony.squidmath that return RandomBias Modifier and Type Method Description RandomBiasRandomBias. putBias(String kind, double expectedAverage)Adds a kind of bias that can be used to change the average of random numbers generated when specified with that kind.RandomBiasRandomBias. putBiases(Map<String,Double> mapping)Adds a number of kinds of bias that can be used to change the average of random numbers generated when specified with one of those kinds.