CMS 3D CMS Logo

Functions

CMSSW_4_4_3_patch1/src/EventFilter/ShmBuffer/bin/FUShmClient.cc File Reference

#include "EventFilter/ShmBuffer/bin/FUShmClient.h"
#include <iostream>
#include <cstdlib>
#include <unistd.h>

Go to the source code of this file.

Functions

double get_rnd ()

Function Documentation

double get_rnd ( )

Definition at line 89 of file FUShmClient.cc.

References query::result.

Referenced by evf::FUShmClient::readNext().

{
  double result=rand()/(double)RAND_MAX;
  return result;
}