Cayley
Pseudo-Random Bits from Finite Groups
Variables
Cayley.cpp File Reference

Implementation of the Cayley pseudo-random number generator. More...

#include "Includes.h"
#include "Cayley.h"

Go to the source code of this file.

Variables

const uint32_t g_nLandau []
 Landau's function \(g(n)\) for \(0 <= n \leq 64\). More...
 

Variable Documentation

◆ g_nLandau

const uint32_t g_nLandau[]
Initial value:
= {
1, 1, 2, 3, 4,
6, 6, 12, 15, 20,
30, 30, 60, 60, 84,
105, 140, 210, 210, 420,
420, 420, 420, 840, 840,
1260, 1260, 1540, 2310, 2520,
4620, 4620, 5460, 5460, 9240,
9240, 13860, 13860, 16380, 16380,
27720, 30030, 32760, 60060, 60060,
60060, 60060, 120120, 120120, 180180,
180180, 180180, 180180, 360360, 360360,
360360, 360360, 471240, 471240, 556920,
1021020, 1021020, 1141140, 1141140, 2042040
}