|  | RandGenTriangular Constructor | 
            Constructs a random number generator using a RandGenMTwist as the
            underlying uniform random number generator. The lower bound of the deviates
            is -1, the upper bound is 1, and the mode is 0.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic RandGenTriangular()
public:
RandGenTriangular()
new : unit -> RandGenTriangular
 See Also
See Also