Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class RandomExtensions

    Inheritance
    object
    RandomExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.Core
    Assembly: fwt.core.dll
    Syntax
    public static class RandomExtensions

    Methods

    NextInt2(Random, int2, int2)

    Declaration
    public static int2 NextInt2(this Random random, int2 min, int2 max)
    Parameters
    Type Name Description
    Random random
    int2 min
    int2 max
    Returns
    Type Description
    int2
    In this article
    Back to top Generated by DocFX