Grasshopper
random seed 값은 무엇인가?
skyground21
2022. 9. 13. 18:48
반응형
random seed 값은 무엇인가?
https://www.grasshopper3d.com/m/discussion?id=2985220%3ATopic%3A708634
What are random seed values? – Grasshopper
www.grasshopper3d.com
Seed values are integers that define the exact sequence of pseudo-random numbers, but there's no way of knowing ahead of time what sequence it will be and there's no way of tweaking a sequence by slightly changing the seed. Even the tiniest change in seed value will result in a radically different random sequence.
시드 값은 의사 난수의 정확한 시퀀스를 정의하는 정수이지만, 어떤 시퀀스가 될지 미리 알 수 있는 방법이 없으며 시드를 약간 변경하여 시퀀스를 조정할 방법도 없습니다. 시드 값의 가장 작은 변화조차도 근본적으로 다른 무작위 순서를 초래할 것입니다.
반응형