Show / Hide Table of Contents

Class RandomNumberGenerator

Inheritance
object
RandomNumberGenerator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RandomGenerator
Assembly: RandomGenerator.dll
Syntax
public class RandomNumberGenerator

Methods

| Improve this Doc View Source

AbsoluteLong(uint)

Declaration
public static long AbsoluteLong(uint length = 10)
Parameters
Type Name Description
uint length
Returns
Type Description
long
| Improve this Doc View Source

AbsoluteNumber(uint)

Declaration
public static int AbsoluteNumber(uint length = 10)
Parameters
Type Name Description
uint length
Returns
Type Description
int
| Improve this Doc View Source

Boolean()

Declaration
public static bool Boolean()
Returns
Type Description
bool
| Improve this Doc View Source

Bytes(byte[])

Declaration
public static void Bytes(byte[] buffer)
Parameters
Type Name Description
byte[] buffer
| Improve this Doc View Source

Double()

Declaration
public static double Double()
Returns
Type Description
double
| Improve this Doc View Source

Integer()

Declaration
public static int Integer()
Returns
Type Description
int
| Improve this Doc View Source

Integer(int, int)

Declaration
public static int Integer(int minValue, int maxValue)
Parameters
Type Name Description
int minValue
int maxValue
Returns
Type Description
int
| Improve this Doc View Source

Long()

Declaration
public static long Long()
Returns
Type Description
long
| Improve this Doc View Source

Long(long, long)

Declaration
public static long Long(long minValue, long maxValue)
Parameters
Type Name Description
long minValue
long maxValue
Returns
Type Description
long
| Improve this Doc View Source

Number()

Declaration
public static long Number()
Returns
Type Description
long
| Improve this Doc View Source

Single()

Declaration
public static float Single()
Returns
Type Description
float
| Improve this Doc View Source

StrongAbsoluteDouble()

Declaration
public static double StrongAbsoluteDouble()
Returns
Type Description
double
| Improve this Doc View Source

StrongAbsoluteLong()

Declaration
public static long StrongAbsoluteLong()
Returns
Type Description
long
| Improve this Doc View Source

StrongAbsoluteNumber()

Declaration
public static int StrongAbsoluteNumber()
Returns
Type Description
int
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX