randomness
含有「randomness」共 1 篇內容
全部內容
發佈日期由新至舊
ysf的沙龍
2024/05/25
The Nature of Code閱讀心得與Python實作:Chap. 0 Randomness
在這一章中,會透過介紹在螢幕上模擬物體移動時,其背後的原理與實作方法,來介紹亂數(random number)、隨機分布(random distribution)、Perlin noise等,這些可以用來引入隨機性的工具。
#
隨機性
#
randomness
#
python
1
留言