public class RandomDoubleFactoryBean extends AbstractRandomVariateFactoryBean implements org.springframework.beans.factory.FactoryBean<Double>
A Spring factory bean which generates random Double values from the specified probability distribution. This can be used to auto-magically configure properties as random variates in a Monte-Carlo simulation.
distribution
Constructor and Description |
---|
RandomDoubleFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Double |
getObject() |
Class<?> |
getObjectType() |
getDistribution, isSingleton, setDistribution
Copyright © 2014. All rights reserved.