33 lines
531 B
Markdown
33 lines
531 B
Markdown
---
|
|
title: Randomness tests of a non-uniform distribution
|
|
date: \today
|
|
author:
|
|
- Giulia Marcer
|
|
- Michele Guerini Rocco
|
|
institute:
|
|
- Università di Milano-Bicocca
|
|
|
|
theme: metropolis
|
|
aspectratio: 169
|
|
|
|
fontsize: 14pt
|
|
mathfont: FiraMath-Regular
|
|
sansfont: Fira Sans
|
|
|
|
header-includes: |
|
|
```{=latex}
|
|
|
|
% Misc
|
|
% "thus" in formulas
|
|
\DeclareMathOperator{\thus}{%
|
|
\hspace{30pt} \Longrightarrow \hspace{30pt}
|
|
}
|
|
|
|
% "with" in formulas
|
|
\DeclareMathOperator{\with}{%
|
|
\hspace{30pt} \text{with} \hspace{30pt}
|
|
}
|
|
|
|
```
|
|
...
|