Page MenuHomePhabricator

Make FastRandomContext support standard C++11 RNG interface
ClosedPublic

Authored by deadalnix on Jun 26 2019, 00:20.

Details

Summary

This makes it possible to plug it into the various standard C++11 random
distribution algorithms and other functions like std::shuffle.

Tis is a backport of Core PR12742

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable