Set the current stream
distfun_streamset ( g )
a 1-by-1 matrix of doubles, integer value, the current stream
Sets the current stream g. The input argument g must be in the set 0,1,2,...,100.
distfun_genset ( "clcg4" ); g = distfun_streamget ( ) distfun_streamset ( 1 ) g = distfun_streamget ( ) // Return to the default generator distfun_genset ( "mt" );