mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
11 lines
289 B
C
11 lines
289 B
C
--- SpiralSound/SpiralInfo.C.orig Wed Nov 22 13:05:47 2006
|
|
+++ SpiralSound/SpiralInfo.C Wed Nov 22 13:06:04 2006
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#include "SpiralInfo.h"
|
|
|
|
-float RandFloat(float s=0.0f, float e=1.0f)
|
|
+float RandFloat(float s, float e)
|
|
{
|
|
return s+((rand()%10000/10000.0)*(e-s));
|
|
}
|