标签: haskell
大家好我想在我的minessweeper游戏中创建一组随机的特定数量的地雷。
所以我需要制作一个采用地雷号码(宽度,高度)的方法并返回一个随机位置列表[(x,y)]
答案 0 :(得分:1)
https://www.fpcomplete.com/school/starting-with-haskell/libraries-and-frameworks/randoms
这应该有所帮助。基本上只需使用System.Random模块(https://hackage.haskell.org/package/random-1.1/docs/System-Random.html)
System.Random