KDECore
krandomsequence.cpp File Reference
#include "krandomsequence.h"
#include "krandom.h"
#include <string.h>
#include <config.h>
Go to the source code of this file.
Variables | |
static const int | s_nShuffleTableSize = 32 |
static const long | sMod1 = 2147483563 |
static const long | sMod2 = 2147483399 |
Variable Documentation
const int s_nShuffleTableSize = 32 [static] |
Definition at line 26 of file krandomsequence.cpp.
const long sMod1 = 2147483563 [static] |
Definition at line 93 of file krandomsequence.cpp.
const long sMod2 = 2147483399 [static] |
Definition at line 94 of file krandomsequence.cpp.