]> git.sesse.net Git - wloh/blob - ziggurat.hpp
Remove password that leaked out into the git repository. (It has also been changed...
[wloh] / ziggurat.hpp
1 float r4_exp ( unsigned long int *jsr, int ke[256], float fe[256], 
2   float we[256] );
3 void r4_exp_setup ( int ke[256], float fe[256], float we[256] );
4 float r4_nor ( unsigned long int *jsr, int kn[128], float fn[128], 
5   float wn[128] );
6 void r4_nor_setup ( int kn[128], float fn[128], float wn[128] );
7 float r4_uni ( unsigned long int *jsr );
8 unsigned long int shr3 ( unsigned long int *jsr );
9 void timestamp ( );