PlayaRand.hpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 #ifndef PLAYA_RAND_H
00006 #define PLAYA_RAND_H
00007 
00008 #include "PlayaDefs.hpp"
00009 
00010 
00011 namespace Playa
00012 {
00013 class MPIComm;
00014 
00016 class Rand
00017 {
00018 public:
00020   static void setLocalSeed(const MPIComm& comm, int seed);
00021 
00023   static double val();
00024 };
00025 
00026 }
00027 
00028 #endif

doxygen