Class IsaacRandom
The Isaac Random See www.rosettacode.org/wiki/The_ISAAC_Cipher
Inheritance
System.Object
IsaacRandom
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.Cryptography
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class IsaacRandom : IDeterministicRandom
Constructors
| Improve this Doc View SourceIsaacRandom(String)
Initializes a new instance of the IsaacRandom class.
Declaration
public IsaacRandom(string seed)
Parameters
Type | Name | Description |
---|---|---|
System.String | seed | The seed. |
Methods
| Improve this Doc View SourceNextByte()
Declaration
public byte NextByte()
Returns
Type | Description |
---|---|
System.Byte |
NextInt()
Declaration
public uint NextInt()
Returns
Type | Description |
---|---|
System.UInt32 |