Table of Contents

Class NormalRandom

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public class NormalRandom : Random, IRandom
Inheritance
NormalRandom
Implements
Inherited Members

Constructors

NormalRandom()

public NormalRandom()

NormalRandom(int)

public NormalRandom(int Seed)

Parameters

Seed int

Methods

NextInt()

public int NextInt()

Returns

int

NextInt(int)

public int NextInt(int max)

Parameters

max int

Returns

int