Searched defs:mean (Results 1 – 2 of 2) sorted by relevance
223 bool mean = qdict_get_try_bool(qdict, "mean", false); in hmp_info_sync_profile() local
200 static inline unsigned exp_random(double mean) in exp_random()