Click or drag to resize

UnitSphereDistribution Properties

The UnitSphereDistribution type exposes the following members.

Properties
 NameDescription
Public propertyCanReset Gets a value indicating whether the random number distribution can be reset, so that it produces the same random number sequence again.
(Inherited from Distribution)
Public propertyGenerator Gets or sets a Generator object that can be used as underlying random number generator.
(Inherited from Distribution)
Public propertyMaximum
(Overrides DistributionMaximum)
Public propertyMean
(Overrides DistributionMean)
Public propertyMedian
(Overrides DistributionMedian)
Public propertyMinimum
(Overrides DistributionMinimum)
Public propertyMode
(Overrides DistributionMode)
Public propertyVariance
(Overrides DistributionVariance)
Top
See Also