Table of Contents

Class RandomWalker

Namespace
ScottPlot.DataGenerators
Assembly
ScottPlot.dll
public class RandomWalker
Inheritance
RandomWalker
Inherited Members
Extension Methods

Constructors

RandomWalker(int?, double, double)

public RandomWalker(int? seed = null, double firstValue = 0, double multiplier = 1)

Parameters

seed int?
firstValue double
multiplier double

Methods

Next()

public double Next()

Returns

double

Next(int)

public IEnumerable<double> Next(int count)

Parameters

count int

Returns

IEnumerable<double>