aegisgraph
A high-performance, secure C++ graph library using adjacency lists
Loading...
Searching...
No Matches
RandomWalker.cpp File Reference

Implementation of the RandomWalker class. More...

#include "RandomWalker.hpp"
#include <chrono>
#include <algorithm>
#include <stdexcept>
Include dependency graph for RandomWalker.cpp:

Detailed Description

Implementation of the RandomWalker class.

Author
Daniel Ferreto
Version
1.1
Date
2025-03-27

Implements efficient random walk generation using high-performance pseudorandom number generators. Designed for use with large-scale graph data in low-latency environments.