Table of Contents

Class RandomInputProvider<TInput>

Namespace
Backdash.Synchronizing.Input
Assembly
Backdash.dll

Random input value provider

public sealed class RandomInputProvider<TInput> : IInputProvider<TInput> where TInput : unmanaged

Type Parameters

TInput
Inheritance
RandomInputProvider<TInput>
Implements
Inherited Members

Remarks

Constructors

RandomInputProvider(Random?)

Random input value provider

public RandomInputProvider(Random? random = null)

Parameters

random Random

Remarks

Methods

Next()

Returns the next input

public TInput Next()

Returns

TInput