CTAD
This commit is contained in:
parent
af94270dc6
commit
0ea9878fd1
@ -229,7 +229,7 @@ class Raft {
|
||||
}
|
||||
|
||||
Duration RandomTimeout(Duration min, Duration max) {
|
||||
std::uniform_int_distribution<> time_distrib(min, max);
|
||||
std::uniform_int_distribution time_distrib(min, max);
|
||||
return io_.Rand(time_distrib);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user