Seeds the random.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Function SeedRandom ( _
	seed As Byte() _
) As Integer
C#
int SeedRandom(
	byte[] seed
)
Visual C++
int SeedRandom(
	[InAttribute] array<unsigned char>^ seed
)
JavaScript
function seedRandom(seed);

Parameters

seed
Type: array<System..::..Byte>[]()[]
The seed.

Return Value

See Also