Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
SFMT-params.h File Reference
#include "SFMT-params19937.h"
Include dependency graph for SFMT-params.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SFMT_PARAMS_H
#define SFMT_MEXP   19937
#define SFMT_N   (SFMT_MEXP / 128 + 1)
#define SFMT_N32   (SFMT_N * 4)
#define SFMT_N64   (SFMT_N * 2)

Macro Definition Documentation

◆ SFMT_MEXP

#define SFMT_MEXP   19937

◆ SFMT_N

#define SFMT_N   (SFMT_MEXP / 128 + 1)

Mersenne Exponent. The period of the sequence is a multiple of 2^MEXP-1. #define SFMT_MEXP 19937 SFMT generator has an internal state array of 128-bit integers, and N is its size.

◆ SFMT_N32

#define SFMT_N32   (SFMT_N * 4)

N32 is the size of internal state array when regarded as an array of 32-bit integers.

◆ SFMT_N64

#define SFMT_N64   (SFMT_N * 2)

N64 is the size of internal state array when regarded as an array of 64-bit integers.

◆ SFMT_PARAMS_H

#define SFMT_PARAMS_H