rand函数
1.1、rand函数的作用

rand函数用于得到一个(0 ~ 1)之间的浮点数随机数。

1.2、rand函数的原型
rand()

示例:

echo "10" | awk '{print($0 * rand())}'