|
aegisgraph
A high-performance, secure C++ graph library using adjacency lists
|
Implementation of the RandomWalker class. More...
#include "RandomWalker.hpp"#include <chrono>#include <algorithm>#include <stdexcept>
Implementation of the RandomWalker class.
Implements efficient random walk generation using high-performance pseudorandom number generators. Designed for use with large-scale graph data in low-latency environments.