/search.css" rel="stylesheet" type="text/css"/> /search.js">
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
boxmuller.hpp File Reference
#include <Random123/features/compilerfeatures.h>
#include <Random123/uniform.hpp>
#include <math.h>

Go to the source code of this file.

Classes

struct  r123::float2
 
struct  r123::double2
 

Namespaces

 r123
 

Functions

static void r123::sincospif (float x, float *s, float *c)
 
static void r123::sincospi (double x, double *s, double *c)
 
static float2 r123::boxmuller (uint32_t u0, uint32_t u1)
 
static double2 r123::boxmuller (uint64_t u0, uint64_t u1)