Returns the seed of the inner random number generator.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected abstract Nullable<int> GetRandomGeneratorSeed(
	IPatternScope scope
)
Visual Basic (Declaration)
Protected MustOverride Function GetRandomGeneratorSeed ( _
	scope As IPatternScope _
) As Nullable(Of Integer)

Parameters

scope
Type: Gallio.Framework.Pattern..::.IPatternScope
The scope.

Return Value

The seed value.

See Also