]> foleosoft.com Git - QAnsel.git/commitdiff
Thu Aug 15 08:10:30 PM EDT 2024
authormiha-q <>
Fri, 16 Aug 2024 00:10:30 +0000 (20:10 -0400)
committermiha-q <>
Fri, 16 Aug 2024 00:10:30 +0000 (20:10 -0400)
src/hardware.c

index 02cf5b419839fb314f51fcd3d28a357f0d648710..9411c12216506685ac807496c3a3662eafb3e2ca 100644 (file)
@@ -125,6 +125,8 @@ float qansel_hardware_getseed()
     //return seed;
 }
 
+//This card seems to have some bias so rand() is
+//  simply used to debias the card
 void qansel_quantis_chunk(unsigned char** chunk)
 {
     int chunk_size = 4096;