Show / Hide Table of Contents

Class JobRand

Inheritance
Object
JobRand
Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public class JobRand

Methods

| Improve this Doc View Source

Next()

Declaration
public static int Next()
Returns
Type Description
Int32
| Improve this Doc View Source

Next(Int32)

Declaration
public static int Next(int max)
Parameters
Type Name Description
Int32 max
Returns
Type Description
Int32
| Improve this Doc View Source

Next(Int32, Int32)

Declaration
public static int Next(int min, int max)
Parameters
Type Name Description
Int32 min
Int32 max
Returns
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX