Remove unused util::detail::rand64bit method

This commit is contained in:
Tim Wojtulewicz 2022-06-30 14:38:01 -07:00
parent d3b6f9f7a5
commit ef659b8e82
2 changed files with 0 additions and 14 deletions

View file

@ -126,8 +126,6 @@ unsigned int initial_seed();
// Returns true if the user explicitly set a seed via init_random_seed();
extern bool have_random_seed();
extern uint64_t rand64bit();
/**
* A platform-independent PRNG implementation. Note that this is not
* necessarily a "statistically sound" implementation as the main purpose is