标签: c
我正在尝试生成0到1之间的随机浮点数。
0.0f + rand() % 1.0f;
但是在使用GCC编译后出现以下错误:
error: invalid operands to binary % (have ‘int’ and ‘float’)