angus.wood Posted October 30, 2014 Posted October 30, 2014 Regarding the RNG in Unigine, is it sufficient to call srand() once in init() or does it need to be called every time we visit the RNG?
necris Posted October 31, 2014 Posted October 31, 2014 Hello, It's sufficient to call srand() once in init() (only if you don't want to change the seed every time)
Recommended Posts