#What are the application scenarios for CScriptUniformRandomStream?"
1 messages · Page 1 of 1 (latest)
You dont need it, and in fact there are no public github repos even using it.
There are some things in the api that are useless or even non-functional because they are generic functions for the source engine but not used for dota 2
There are some that use CreateUniformRandomStream.
It allows to have a seeded random-number-genrator.
I didnt see any when i searched.
But anyway, you can already do that with lua functions.
every random number generator is seeded 4Head