Interface IRandomSource
Provides random values.
Namespace: Microsoft.XboxStudios.BotBrain.Samples.Meta
Assembly: BotBrain.Samples.dll
Syntax
public interface IRandomSource
Methods
View SourceNext()
Gets the next random value.
Declaration
double Next()
Returns
Type | Description |
---|---|
double | The value. |