XRootD
tlsmix< false > Struct Reference
+ Collaboration diagram for tlsmix< false >:

Static Public Member Functions

static unsigned long mixer (unsigned long x)
 

Detailed Description

Definition at line 427 of file XrdTlsContext.cc.

Member Function Documentation

◆ mixer()

static unsigned long tlsmix< false >::mixer ( unsigned long  x)
inlinestatic

Definition at line 428 of file XrdTlsContext.cc.

428  {
429  // mixer based on splitmix64
430  x ^= x >> 30;
431  x *= 0xbf58476d1ce4e5b9UL;
432  x ^= x >> 27;
433  x *= 0x94d049bb133111ebUL;
434  x ^= x >> 31;
435  return x;
436  }

The documentation for this struct was generated from the following file: