simulate a dice throw
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
how do I simulate a die throw? Can a random number generator between 1 to 6 do the same job?
0 件のコメント
採用された回答
  James Tursa
      
      
 2020 年 9 月 1 日
        
      編集済み: James Tursa
      
      
 2020 年 9 月 1 日
  
      doc randi
E.g., for a single throw you could use randi(6)
2 件のコメント
その他の回答 (1 件)
  John D'Errico
      
      
 2020 年 9 月 1 日
        
      編集済み: John D'Errico
      
      
 2020 年 9 月 1 日
  
      Why not? Remember that numbers are just symbols. It is how you choose to interpret those symbols that matters. If you want to associate a face of a die with the number 1, another face with the number 2, etc., why not? That is your choice.
A random integer generator such as randi generates equally probable numbers, if you want, from the set 1:6. And equiprobable is what a fair die would have as a property, right?
Mathematics is about symbols. It is too easy to get lost in the idea that mathematics is purely arithmetic.
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Random Number Generation についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


