Searched refs:RandomROTL (Results 1 – 1 of 1) sorted by relevance
587 #define RandomROTL(x,k) (((x) << (k)) | ((x) >> (64-(k)))) in GetPseudoRandomValue() macro598 random_info->seed[3]=RandomROTL(random_info->seed[3],45); in GetPseudoRandomValue()