68 : m_random_engine(time(0)), m_uniform_distribution(lower_bound, upper_bound), m_random_generator(m_random_engine, m_uniform_distribution)
87 std::vector<uint8_t>
data(data_size, 0);
88 for(
int n = 0; n < data_size; n++)
109 std::string random_string;
110 random_string.reserve(length);
111 for(
size_t n = 0; n < length; n++)
113 return random_string;
TFSIMD_FORCE_INLINE tfScalar length(const Quaternion &q)