Random integer generator that stops at a certain point
显示 更早的评论
I want to generate a random integer between 1 and 10, but I want it to keep generating integers until I get all integers between 1 and 10. Like:
r = randi( [1,10] )
4 7 2 4 9 10 8 8 5 1 6 2 7 4 4 8 3
At that point, it would stop.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Random Number Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!