* org.apache.mahout.math.jet.random.AbstractDistribution} are function objects, because they implement the proper
* interfaces. Thus, if you are not happy with the default, just pass your favourite random generator to function
* evaluating methods.
*/
public static DoubleFunction random() {
return new MersenneTwister(new Date());
}