RandomWalkGraphExtension<V, E> extension

on

Methods

randomWalk(V vertex, {num edgeProbability(V source, V target)?, bool selfAvoiding = false, Random? random, StorageStrategy<V>? vertexStrategy}) Iterable<V>
Traverses the vertices in a random order.