![]() | ByteEnumeratorGenerator Class |
Namespace: WhetStone.Random
public abstract class ByteEnumeratorGenerator : RandomGenerator
The ByteEnumeratorGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByteEnumeratorGenerator |
Name | Description | |
---|---|---|
![]() | Bool |
get a random Boolean.
(Inherited from RandomGenerator.) |
![]() | Byte |
Get a random Byte.
(Overrides RandomGenerator.Byte().) |
![]() | Bytes() |
Generate random Bytes in an IEnumerable<T>.
(Inherited from RandomGenerator.) |
![]() | Bytes(Int32) | (Overrides RandomGenerator.Bytes(Int32).) |
![]() | Double() |
Get a random Double between 0 and 1.
(Inherited from RandomGenerator.) |
![]() | Double(Double) |
Get a random Double.
(Inherited from RandomGenerator.) |
![]() | Double(Double, Double) |
Get a random Double.
(Inherited from RandomGenerator.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | fromField<T>() |
Generate a random element of a generic type using fielding.
(Inherited from RandomGenerator.) |
![]() | fromField<T>(T, T) |
Generate a random element of a generic type using fielding.
(Inherited from RandomGenerator.) |
![]() | fromField<T>(T, T, Object) |
Generate a random element of a generic type using fielding.
(Inherited from RandomGenerator.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Int() |
Get a random Int32.
(Inherited from RandomGenerator.) |
![]() | Int(Int32) |
Get a random Int32.
(Inherited from RandomGenerator.) |
![]() | Int(Int32, Int32) |
Get a random Int32.
(Inherited from RandomGenerator.) |
![]() | Int(Int32, Int32, Boolean) |
Get a random Int32.
(Inherited from RandomGenerator.) |
![]() | Long(Int64) |
Get a random Int64.
(Inherited from RandomGenerator.) |
![]() | Long(Int64, Int64) |
Get a random Int64.
(Inherited from RandomGenerator.) |
![]() | Long(Int64, Int64, Boolean) |
Get a random Int64.
(Inherited from RandomGenerator.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | success |
get a random Boolean.
(Inherited from RandomGenerator.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ULong(UInt64) |
Get a random UInt64.
(Inherited from RandomGenerator.) |
![]() | ULong(UInt64, UInt64) |
Get a random UInt64.
(Inherited from RandomGenerator.) |
![]() | ULong(UInt64, UInt64, Boolean) |
Get a random UInt64.
(Inherited from RandomGenerator.) |