The SecureRandom type exposes the following members.

Constructors

  NameDescription
Public methodSecureRandom()()()()
Public methodSecureRandom(array<Byte>[]()[][])
Public methodSecureRandom(IRandomGenerator)
Use the specified instance of IRandomGenerator as random source.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerateSeed
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstance
Public methodStatic memberGetSeed
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext()()()() (Overrides Random..::..Next()()()().)
Public methodNext(Int32) (Overrides Random..::..Next(Int32).)
Public methodNext(Int32, Int32) (Overrides Random..::..Next(Int32, Int32).)
Public methodNextBytes(array<Byte>[]()[][]) (Overrides Random..::..NextBytes(array<Byte>[]()[][]).)
Public methodNextBytes(array<Byte>[]()[][], Int32, Int32)
Public methodNextDouble (Overrides Random..::..NextDouble()()()().)
Public methodNextInt
Public methodNextLong
Protected methodSample
Returns a random number between 0.0 and 1.0.
(Inherited from Random.)
Public methodSetSeed(array<Byte>[]()[][])
Public methodSetSeed(Int64)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldgenerator

See Also