#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 () |
double get_rnd | ( | ) |
Definition at line 89 of file FUShmClient.cc.
References HLT_VtxMuL3::result.
00090 { 00091 double result=rand()/(double)RAND_MAX; 00092 return result; 00093 }