A TenneySoftware Class Library
ExtendedRandom Class
NamespacesTenneySoftware.ExtendedFunctionsExtendedRandom
Random number generater class. Inherits everything from System.Random and adds the ability to retieve the seed used to generate with.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual 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);
Members
All MembersConstructorsProperties



IconMemberDescription
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.

Inheritance Hierarchy
Object
Random
 ExtendedRandom

Assembly: TenneySoftware (Module: TenneySoftware) Version: 0.0.3067.16853 (0.1.0.0)