ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/randomSPRNG.cpp
Revision: 219
Committed: Sun Dec 29 19:12:06 2002 UTC (21 years, 6 months ago) by chuckv
File size: 122 byte(s)
Log Message:
Added classes to handle random number generation.

File Contents

# User Rev Content
1 chuckv 219 #include <iostream>
2     #include <cmath>
3    
4     #include "randomSPRNG.hpp"
5     #include "simError.h"
6    
7    
8     randomSPRNG::randomSPRNG(){
9    
10    
11    
12     }