F# 中没有内置的 max 函数 比如,我想产生 0.1 至 1 秒的延迟: System.Threading.Thread.Sleep ( [rnd.Next(1000);100] |> List.max)