「RandomizeDice」を含むwiki一覧 - 1ページ

Rand - Basicsoftのうぃき

etween 1 and 10Print Rand(1, 10)3Public Sub Main()Dim Dice As Integer RandomizeDice = Rand(1, 6)'1から6の間のサイコロを投げます Print "You threw

Rnd - Basicsoftのうぃき

rint Rnd(Pi, Pi(2))3.204108046818Public Sub Main()Dim Dice As Integer RandomizeDice = Int(Rnd(1, 7))'1から6の間のサイコロを投げます Print "You th

  • 1