RandomExtensions Class

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static class RandomExtensions
Inheritance
Object    RandomExtensions

Methods

NextByte(Random) 
NextByte(Random, Generation) 
NextByte(Random, Variants) 
NextByte(Random, Byte) 
NextByte(Random, Byte, Byte) 
NextByte(Random, Byte, Byte, Generation) 
NextDecimal(Random) 
NextDecimal(Random, Generation) 
NextDecimal(Random, Variants) 
NextDecimal(Random, Decimal) 
NextDecimal(Random, Decimal, Decimal) 
NextDecimal(Random, Decimal, Decimal, Generation) 
NextDouble(Random) 
NextDouble(Random, Generation) 
NextDouble(Random, Variants) 
NextDouble(Random, Double) 
NextDouble(Random, Double, Double) 
NextDouble(Random, Double, Double, Generation) 
NextInt16(Random) 
NextInt16(Random, Generation) 
NextInt16(Random, Variants) 
NextInt16(Random, Int16) 
NextInt16(Random, Int16, Int16) 
NextInt16(Random, Int16, Int16, Generation) 
NextInt32(Random) 
NextInt32(Random, Generation) 
NextInt32(Random, Variants) 
NextInt32(Random, Int32) 
NextInt32(Random, Int32, Int32) 
NextInt32(Random, Int32, Int32, Generation) 
NextInt64(Random) 
NextInt64(Random, Generation) 
NextInt64(Random, Variants) 
NextInt64(Random, Int64) 
NextInt64(Random, Int64, Int64) 
NextInt64(Random, Int64, Int64, Generation) 
NextNumericTNumeric(Random) 
NextNumericTNumeric(Random, TNumeric) 
NextNumericTNumeric(Random, Generation) 
NextNumericTNumeric(Random, Variants) 
NextNumericTNumeric(Random, TNumeric, TNumeric) 
NextNumericTNumeric(Random, TNumeric, TNumeric, Generation) 
NextSByte(Random) 
NextSByte(Random, Generation) 
NextSByte(Random, Variants) 
NextSByte(Random, SByte) 
NextSByte(Random, SByte, SByte) 
NextSByte(Random, SByte, SByte, Generation) 
NextSingle(Random) 
NextSingle(Random, Generation) 
NextSingle(Random, Variants) 
NextSingle(Random, Single) 
NextSingle(Random, Single, Single) 
NextSingle(Random, Single, Single, Generation) 
NextUInt16(Random) 
NextUInt16(Random, Generation) 
NextUInt16(Random, Variants) 
NextUInt16(Random, UInt16) 
NextUInt16(Random, UInt16, UInt16) 
NextUInt16(Random, UInt16, UInt16, Generation) 
NextUInt32(Random) 
NextUInt32(Random, Generation) 
NextUInt32(Random, Variants) 
NextUInt32(Random, UInt32) 
NextUInt32(Random, UInt32, UInt32) 
NextUInt32(Random, UInt32, UInt32, Generation) 
NextUInt64(Random) 
NextUInt64(Random, Generation) 
NextUInt64(Random, Variants) 
NextUInt64(Random, UInt64) 
NextUInt64(Random, UInt64, UInt64) 
NextUInt64(Random, UInt64, UInt64, Generation) 
NextUnitTNumeric 
NextVector2TNumeric 
NextVector3TNumeric 

See Also