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
-
IInputProvider<TInput>
- Inherited Members
Remarks
Initializes new RandomInputProvider<TInput>
Constructors
RandomInputProvider(Random?)
Random input value provider
public RandomInputProvider(Random? random = null)
Parameters
random
Random
Remarks
Initializes new RandomInputProvider<TInput>
Methods
Next()
Returns the next input
public TInput Next()
Returns
- TInput