Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何为伪随机数生成器设置自定义种子
我正在尝试rand()在 Matlab 中为函数设置种子生成器,但没有找到方法。有人可以帮助我吗?尽管我阅读了该函数的帮助,但我不明白如何设置此值。
rand()
函数 rng 用于设置种子。
rng(seed)