Show / Hide Table of Contents

Interface IRandomSource

Provides random values.

Namespace: Microsoft.XboxStudios.BotBrain.Samples.Meta
Assembly: BotBrain.Samples.dll
Syntax
public interface IRandomSource

Methods

View Source

Next()

Gets the next random value.

Declaration
double Next()
Returns
Type Description
double

The value.

  • View Source
In this article
Back to top Generated by DocFX