Random number generater class. Inherits everything from System.Random and adds the ability to retieve the seed used to generate with.

C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript |
public class ExtendedRandom : Random
Public Class ExtendedRandom _ Inherits Random
Dim instance As ExtendedRandom
public ref class ExtendedRandom : public Random
public class ExtendedRandom extends Random
public class ExtendedRandom extends Random
TenneySoftware.ExtendedFunctions.ExtendedRandom = function(); Type.createClass( 'TenneySoftware.ExtendedFunctions.ExtendedRandom', Random);

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ExtendedRandom()()() |
Default constructor for ExtendedRandom. This will generate a seed based on system time.
|
![]() | ExtendedRandom(Int32) |
Constructor for ExtendedRandom that accepts a seed value to generate with.
|
![]() | Seed |
Gets the int Seed used to generate with in this instance.
|