mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Remove unused util::detail::rand64bit method
This commit is contained in:
parent
d3b6f9f7a5
commit
ef659b8e82
2 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue