Skip to main content

Module determinism

Module determinism 

Source
Expand description

Deterministic replay controller for reproducible crawl runs.

Seed-based PRNG ensures that given the same input and configuration, the crawler produces identical output for testing and auditing.

Structs§

DeterminismController
Determinism controller for reproducible crawl results.

Functions§

deterministic_sort
Deterministic URL ordering for consistent output.