mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Add new function needed for FST4W decoder updates
This commit is contained in:
@@ -26,3 +26,9 @@ float gran_()
|
||||
iset++;
|
||||
return v2*fac;
|
||||
}
|
||||
|
||||
/* Generates evenly distributed numbers between 0 and 1. */
|
||||
float rran_()
|
||||
{
|
||||
return (float)rand()/(float)RAND_MAX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user