Class SpikeDistribution

java.lang.Object
squidpony.squidmath.SpikeDistribution
All Implemented Interfaces:
IDistribution

public class SpikeDistribution
extends Object
implements IDistribution
An IDistribution that produces results between -1.0 inclusive and 1.0 exclusive, but is much more likely to produce results near 0.0, and does not "round off" like a Gaussian curve around the midpoint.
Created by Tommy Ettinger on 11/23/2019.