Table of Contents

Interface IRandomProvider

Namespace
Lime
Assembly
Lime.dll
public interface IRandomProvider

Properties

SharedRandom

IRandom SharedRandom { get; }

Property Value

IRandom

Methods

Create()

IRandom Create()

Returns

IRandom

Create(int)

IRandom Create(int seed)

Parameters

seed int

Returns

IRandom