mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Add new function needed for FST4W decoder updates
This commit is contained in:
parent
0013b15120
commit
607a346cf1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user