BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BabayagaNLORandom.cxx File Reference
#include "BabayagaNLORandom.h"
#include <iostream>

Go to the source code of this file.

Functions

void babayaga_ranlux_ (float *vect, const int &size)
void babayaga_ranluxd_ (double *vect, const int &size)

Function Documentation

◆ babayaga_ranlux_()

void babayaga_ranlux_ ( float * vect,
const int & size )

Definition at line 85 of file BabayagaNLORandom.cxx.

85 {
87}
static void FlatArrayF(float *vect, const int size)

◆ babayaga_ranluxd_()

void babayaga_ranluxd_ ( double * vect,
const int & size )

Definition at line 89 of file BabayagaNLORandom.cxx.

89 {
90 BabayagaNLORandom::FlatArray( vect, size );
91}
static void FlatArray(double *vect, const int size)