MarkovChain2IntGenerator Class |
Note: This API is now obsolete.
Namespace: Gamelogic.Extensions.Obsolete
[VersionAttribute(1, 4, 0)] [ObsoleteAttribute("Use the static functions in Gamelogic.Generators.Generator instead.")] public class MarkovChain2IntGenerator : IIntGenerator, IGenerator<int>, IGenerator
The MarkovChain2IntGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| MarkovChain2IntGenerator(Single) | Constructs a new MarkovChain2IntGenerator
| |
| MarkovChain2IntGenerator(Single, IRandom) | Constructs a new MarkovChain2IntGenerator
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Next | ||
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AggregateWindowInt32, U | (Defined by GeneratorExtensions.) | |
| BufferInt32 | (Defined by GeneratorExtensions.) | |
| CastT | (Defined by GeneratorExtensions.) | |
| NextInt32 |
Gets the next n elements from the generator.
(Defined by GeneratorExtensions.) | |
| OfTypeT | (Defined by GeneratorExtensions.) | |
| RepeatWithProbabilityInt32 | (Defined by GeneratorExtensions.) | |
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) | |
| WhereInt32 | (Defined by GeneratorExtensions.) | |
| WhereBufferInt32 | (Defined by GeneratorExtensions.) | |
| WindowInt32 | (Defined by GeneratorExtensions.) |
| Name | Description | |
|---|---|---|
| IGeneratorNext |