Faker with seeds

This page is a capture in the next bucket of the product backlog — a pre-sprint idea, not yet pulled into a sprint as a story.

As suggested by phi4:

Faker Usage:

Randomness: Ensure that the use of faker data is appropriate for testing. Consider seeding the random generator for reproducibility in tests.

Notes:

#include "faker-cxx/generator.h" void setSeed(std::mt19937_64::result_type seed) Catch::rngSeed()

Emacs 29.1 (Org mode 9.6.6)