Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Obsolete
UniformIntGenerator Class
UniformIntGenerator Constructor
UniformIntGenerator Constructor (Int32)
UniformIntGenerator Constructor (Int32, IRandom)
UniformIntGenerator Constructor (Int32, Int32)
UniformIntGenerator Constructor (Int32, Int32, IRandom)
UniformIntGenerator Constructor (Int32, Int32, IRandom)
Creates a new generator that generates integers in a specified range randomly.
Namespace:
Gamelogic.Extensions.Obsolete
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
UniformIntGenerator
(
int
min
,
int
max
,
IRandom
random
)
Parameters
min
Type:
System
Int32
max
Type:
System
Int32
random
Type:
Gamelogic.Extensions
IRandom
See Also
Reference
UniformIntGenerator Class
UniformIntGenerator Overload
Gamelogic.Extensions.Obsolete Namespace