| LineSegmentDistributionNext Method |
Gets a new random value for the underlying probability distribution.
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public override Vector3F Next(
Random random
)
Public Overrides Function Next (
random As Random
) As Vector3F
public:
virtual Vector3F Next(
Random^ random
) override
abstract Next :
random : Random -> Vector3F
override Next :
random : Random -> Vector3F
Parameters
- random
- Type: SystemRandom
The random number generator. (Must not be .)
Return Value
Type:
Vector3FA random value.
Exceptions See Also