Get the current stream
g = distfun_streamget ( )
a 1-by-1 matrix of doubles, integer value, the current stream
Gets the current stream g in the set 0,1,2,...,100. The default stream is g=0.
distfun_genset ( "clcg4" ); g = distfun_streamget ( ) // Return to the default generator distfun_genset ( "mt" );