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 RandomBias
RandomBias. 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.RandomBias
RandomBias. 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.