Namespace: Org.BouncyCastle.Crypto.Prng
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public class ReversedWindowGenerator : IRandomGenerator |
| Visual Basic |
|---|
Public Class ReversedWindowGenerator _ Implements IRandomGenerator |
| Visual C++ |
|---|
public ref class ReversedWindowGenerator : IRandomGenerator |
Remarks
Takes bytes generated by an underling RandomGenerator and reverses the order in
each small window (of configurable size).
Access to internals is synchronized so a single one of these can be shared.