mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
epee: remove dodgy random code that nobody uses
in case someone might want to use it
This commit is contained in:
parent
b91fc2dc3c
commit
17c7c9caed
@ -229,15 +229,6 @@ namespace math_helper
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
PRAGMA_WARNING_PUSH
|
|
||||||
PRAGMA_GCC("GCC diagnostic ignored \"-Wstrict-aliasing\"")
|
|
||||||
inline
|
|
||||||
uint64_t generated_random_uint64()
|
|
||||||
{
|
|
||||||
boost::uuids::uuid id___ = boost::uuids::random_generator()();
|
|
||||||
return *reinterpret_cast<uint64_t*>(&id___.data[0]); //(*reinterpret_cast<uint64_t*>(&id___.data[0]) ^ *reinterpret_cast<uint64_t*>(&id___.data[8]));
|
|
||||||
}
|
|
||||||
PRAGMA_WARNING_POP
|
|
||||||
template<int default_interval, bool start_immediate = true>
|
template<int default_interval, bool start_immediate = true>
|
||||||
class once_a_time_seconds
|
class once_a_time_seconds
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user