1 | #pragma once |
---|---|
2 | |
3 | #include <cstdint> |
4 | #include <Core/Types.h> |
5 | |
6 | /** Returns a number suitable as seed for PRNG. Use clock_gettime, pid and so on. */ |
7 | DB::UInt64 randomSeed(); |
8 |
1 | #pragma once |
---|---|
2 | |
3 | #include <cstdint> |
4 | #include <Core/Types.h> |
5 | |
6 | /** Returns a number suitable as seed for PRNG. Use clock_gettime, pid and so on. */ |
7 | DB::UInt64 randomSeed(); |
8 |