mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -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++;
|
iset++;
|
||||||
return v2*fac;
|
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