a 1-by-1 matrix of strings, the current random number generator
Description
Gets the current random number generator.
Examples
// By default, "mt"gen=distfun_genget()// Set the CLCG2 generatordistfun_genset("clcg2");gen=distfun_genget()// Return to the default generatordistfun_genset("mt");
Authors
Copyright (C) 2012 - Michael Baudin
Copyright (C) Jean-Philippe Chancelier and Bruno Pincon