xrootd
Variables

XrdSutRndm.cc File Reference

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include <XrdOuc/XrdOucString.hh>
#include <XrdSut/XrdSutRndm.hh>
#include <XrdSut/XrdSutTrace.hh>
Include dependency graph for XrdSutRndm.cc:

Variables

const char * XrdSutRndmCVSID = "$Id$"
static kXR_int32 XrdSutCharMsk [4][4]

Variable Documentation

kXR_int32 XrdSutCharMsk[4][4] [static]
Initial value:
   { {0x0, 0xffffff08, 0xafffffff, 0x2ffffffe}, 
     {0x0, 0x3ff0000, 0x7fffffe, 0x7fffffe},    
     {0x0, 0x3ff0000, 0x7e, 0x7e},              
     {0x0, 0x3ffc000, 0x7fffffe, 0x7fffffe} }

Referenced by XrdSutRndm::GetBuffer(), and XrdSutRndm::GetString().

const char* XrdSutRndmCVSID = "$Id$"