#include "common.h"#include "Vector.h"Go to the source code of this file.
Classes | |
| class | Random |
Defines | |
| #define | INT64_LITERAL(X) X ## LL |
| #define | RAND48_SEED INT64_LITERAL(0x00001234abcd330e) |
| #define | RAND48_MULT INT64_LITERAL(0x00000005deece66d) |
| #define | RAND48_ADD INT64_LITERAL(0x000000000000000b) |
| #define | RAND48_MASK INT64_LITERAL(0x0000ffffffffffff) |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 29 of file Random.h. Referenced by Random::init(), Random::integer(), and Random::uniform(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 32 of file Random.h. Referenced by Random::init(). |
1.3.9.1