UniformIntGenerator 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 UniformIntGenerator : IIntGenerator, IGenerator<int>, IGenerator
The UniformIntGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| UniformIntGenerator(Int32) |
Creates a new generator that generates integers between 0 and the specified maximum randomly.
| |
| UniformIntGenerator(Int32, IRandom) |
Creates a new generator that generates integers between 0 and the specified maximum randomly.
| |
| UniformIntGenerator(Int32, Int32) |
Creates a new generator that generates integers in a specified range randomly.
| |
| UniformIntGenerator(Int32, Int32, IRandom) |
Creates a new generator that generates integers in a specified range randomly.
|
| 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 |