diff options
-rw-r--r-- | src/stable/randombasic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stable/randombasic.cpp b/src/stable/randombasic.cpp index ac591be..89e2780 100644 --- a/src/stable/randombasic.cpp +++ b/src/stable/randombasic.cpp | |||
@@ -8,8 +8,8 @@ | |||
8 | #include "bu/randombasic.h" | 8 | #include "bu/randombasic.h" |
9 | 9 | ||
10 | Bu::RandomBasic::RandomBasic() : | 10 | Bu::RandomBasic::RandomBasic() : |
11 | a( 6364136223846793005 ), | 11 | a( 6364136223846793005ll ), |
12 | c( 1442695040888963407 ), | 12 | c( 1442695040888963407ll ), |
13 | x( 0 ) | 13 | x( 0 ) |
14 | { | 14 | { |
15 | } | 15 | } |