Project
Loading...
Searching...
No Matches
o2::cad::bench::detail::Lcg Struct Reference

#include <RepresentationBench.h>

Public Member Functions

double next ()
 

Public Attributes

uint64_t state = 88172645463325252ULL
 

Detailed Description

A tiny explicit LCG. Not for statistical quality – for the property that matters here, which is that the sample set is a pure function of the seed and the bounding box and is therefore reproducible across representations, across runs and across machines.

Definition at line 247 of file RepresentationBench.h.

Member Function Documentation

◆ next()

double o2::cad::bench::detail::Lcg::next ( )
inline

Definition at line 249 of file RepresentationBench.h.

Member Data Documentation

◆ state

uint64_t o2::cad::bench::detail::Lcg::state = 88172645463325252ULL

Definition at line 248 of file RepresentationBench.h.


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