Interface IMarkovEdgeChain<TVertex, TEdge>
A Markov edges chain.
Inherited Members
Namespace: QuikGraph.Algorithms.RandomWalks
Assembly: QuikGraph.dll
Syntax
public interface IMarkovEdgeChain<TVertex, TEdge> : IEdgeChain<TVertex, TEdge> where TEdge : IEdge<TVertex>
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |
| TEdge | Edge type. |
Properties
| Improve this Doc View SourceRand
Random number generator for a Markov process to do random walks.
Declaration
Random Rand { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Random |