| 1 | /* |
| 2 | * $Id: rng64.h,v 1.2 2005/01/03 20:08:59 jms Exp $ |
| 3 | * |
| 4 | * Revision History |
| 5 | * =================== |
| 6 | * $Log: rng64.h,v $ |
| 7 | * Revision 1.2 2005/01/03 20:08:59 jms |
| 8 | * change line terminations |
| 9 | * |
| 10 | * Revision 1.1.1.1 2004/11/24 23:31:47 jms |
| 11 | * re-establish external server |
| 12 | * |
| 13 | * Revision 1.1.1.1 2003/08/08 21:57:34 jms |
| 14 | * recreation after CVS crash |
| 15 | * |
| 16 | * Revision 1.1 2003/08/08 21:57:34 jms |
| 17 | * first integration of rng64 for o_custkey and l_partkey |
| 18 | * |
| 19 | * |
| 20 | */ |
| 21 | DSS_HUGE AdvanceRand64( DSS_HUGE nSeed, DSS_HUGE nCount); |
| 22 | void dss_random64(DSS_HUGE *tgt, DSS_HUGE nLow, DSS_HUGE nHigh, long stream); |
| 23 | DSS_HUGE NextRand64(DSS_HUGE nSeed); |
| 24 | |