Click or drag to resize

IDistribution Interface

Produce a stream of numbers. Implementations of this interface will include distributions and predefined sequences of numbers

Namespace: Demo3D.Common.Random
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public interface IDistribution

The IDistribution type exposes the following members.

Properties
 NameDescription
Public propertyGenerator 
Public propertyGeneratorRegistry 
Top
Methods
 NameDescription
Public methodNextDouble 
Public methodReset 
Top
See Also