Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuzinh0 committed Oct 29, 2024
1 parent bf54282 commit 926e614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified TESTU01/teste
100644 → 100755
Binary file not shown.
6 changes: 4 additions & 2 deletions TESTU01/teste.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ static int s = 32;

int main(){
unif01_Gen * gen;
gen= ufile_CreateReadBin ("/home/matheus/Área de Trabalho/hénon_map/arnold.bin",32);
gen= ufile_CreateReadBin ("TESTU01/output.bin",32);
void ufile_InitReadBin ();
bbattery_BlockAlphabit(gen,nb,r,s); // bbattery_RabbitFile("/home/matheus/Área de Trabalho/Resultados z32/prngz32l4_Alphabit.bin",nb);
bbattery_Rabbit(gen,nb);
bbattery_Alphabit(gen,nb,r,s);


ufile_DeleteReadBin (gen);

Expand Down

0 comments on commit 926e614

Please sign in to comment.