Constructor.

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public Shredder(
	Random rand
)
Visual Basic
Public Sub New ( _
	rand As Random _
)
Visual C++
public:
Shredder(
	Random^ rand
)

Parameters

rand
Type: System..::..Random
A random seed

See Also