NEURON
threefry.h File Reference
#include "features/compilerfeatures.h"
#include "array.h"

Go to the source code of this file.

Macros

#define threefry2x32(c, k)   threefry2x32_R(threefry2x32_rounds, c, k)
 
#define threefry4x32(c, k)   threefry4x32_R(threefry4x32_rounds, c, k)
 
#define threefry2x64(c, k)   threefry2x64_R(threefry2x64_rounds, c, k)
 
#define threefry4x64(c, k)   threefry4x64_R(threefry4x64_rounds, c, k)
 

Macro Definition Documentation

◆ threefry2x32

#define threefry2x32 (   c,
  k 
)    threefry2x32_R(threefry2x32_rounds, c, k)

◆ threefry2x64

#define threefry2x64 (   c,
  k 
)    threefry2x64_R(threefry2x64_rounds, c, k)

◆ threefry4x32

#define threefry4x32 (   c,
  k 
)    threefry4x32_R(threefry4x32_rounds, c, k)

◆ threefry4x64

#define threefry4x64 (   c,
  k 
)    threefry4x64_R(threefry4x64_rounds, c, k)