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 |
---|---|
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.
|
Copyright © 2012–2016. All rights reserved.