DistributionInit Constructor (Int32)
Initializes a new instance of the DistributionInit class by using the provided seed for a random number generator.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
seed As Integer _
)
public DistributionInit(
int seed
)
public:
DistributionInit(
int seed
)
new :
seed:int -> DistributionInit
public function DistributionInit(
seed : int
)
Parameters
- seed
Type: System.Int32
An int that specifies the seed for the random number generator.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.