aboutsummaryrefslogtreecommitdiff
path: root/tools/expected_distributions.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-26 17:07:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-26 17:07:02 +0200
commit91f912176045fd2f95fd45a0e12354e390dff219 (patch)
treef5846c6f243e6951362db403ab54ae87568f1c39 /tools/expected_distributions.h
parentbc2cba8529a163d129dec91b5ec448a29a14591a (diff)
downloadnissy-core-91f912176045fd2f95fd45a0e12354e390dff219.tar.gz
nissy-core-91f912176045fd2f95fd45a0e12354e390dff219.zip
Added checkdata tool
Diffstat (limited to 'tools/expected_distributions.h')
-rw-r--r--tools/expected_distributions.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/expected_distributions.h b/tools/expected_distributions.h
new file mode 100644
index 0000000..27bd64a
--- /dev/null
+++ b/tools/expected_distributions.h
@@ -0,0 +1,25 @@
1uint64_t expected_h48[12][9][21] = {
2 [0] = {
3 [2] = {
4 [0] = 5473562,
5 [1] = 34776317,
6 [2] = 68566704,
7 [3] = 8750867,
8 },
9 [4] = {
10 [0] = 1,
11 [1] = 1,
12 [2] = 4,
13 [3] = 34,
14 [4] = 331,
15 [5] = 3612,
16 [6] = 41605,
17 [7] = 474128,
18 [8] = 4953846,
19 [9] = 34776317,
20 [10] = 68566704,
21 [11] = 8749194,
22 [12] = 1673,
23 },
24 },
25};

Generated with cgit - Back to sebastiano.tronto.net