Opc.Ua.Core
RandomSource Constructor(Int32)



Opc.Ua.Test Namespace > RandomSource Class > RandomSource Constructor : RandomSource Constructor(Int32)
The number used to initialize the Pseudo random sequence.
Initializes the source with a seed.
Syntax
'Declaration
 
Public Function New( _
   ByVal seed As Integer _
)
'Usage
 
Dim seed As Integer
 
Dim instance As New RandomSource(seed)
public RandomSource( 
   int seed
)
public:
RandomSource( 
   int seed
)

Parameters

seed
The number used to initialize the Pseudo random sequence.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RandomSource Class
RandomSource Members
Overload List