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: 15.0.2.11458
Syntax
C#
public interface IDistribution

The IDistribution type exposes the following members.

Properties
Methods
  NameDescription
Public methodNextDouble
Public methodReset
Top
See Also