Show / Hide Table of Contents

Interface IConfigurationSpace<TPosition>

Namespace: Edgar.GraphBasedGenerator.Common.ConfigurationSpaces
Assembly: Edgar.dll
Syntax
public interface IConfigurationSpace<TPosition>
Type Parameters
Name Description
TPosition

Methods

GetRandomPosition(Random)

Declaration
TPosition GetRandomPosition(Random random)
Parameters
Type Name Description
System.Random random
Returns
Type Description
TPosition

ShuffleAndSamplePositions(Int32, Random)

Declaration
IEnumerable<TPosition> ShuffleAndSamplePositions(int maxPointsPerLine, Random random)
Parameters
Type Name Description
System.Int32 maxPointsPerLine
System.Random random
Returns
Type Description
System.Collections.Generic.IEnumerable<TPosition>
Back to top Generated by DocFX