StackOverflow 文档 Ruby Language 教程 生成一个随机数 6 双面模具 6 双面模具 Created: November-22, 2018 # Roll a 6 sided die, rand(6) returns a number from 0 to 5 inclusive dice_roll_result = 1 + rand(6) 从范围(包括)生成随机数生成一个随机数