Interface IRandomProvider
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IRandomProvider
Properties
SharedRandom
IRandom SharedRandom { get; }
Property Value
Methods
Create()
IRandom Create()
Returns
Create(int)
IRandom Create(int seed)
Parameters
seed
int