工具函数(Utility)randomrandom_.random(min, max)返回一个 min 和 max 之间的随机整数。如果你只传递一个参数,那么将返回0和这个参数之间的整数。_.random(0, 100);=> 4