mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Update IUniformRandomStream.
This commit is contained in:
parent
d57bb2a660
commit
5474d11ed0
@ -27,6 +27,8 @@
|
||||
class IUniformRandomStream
|
||||
{
|
||||
public:
|
||||
virtual ~IUniformRandomStream() {}
|
||||
|
||||
// Sets the seed of the random number generator
|
||||
virtual void SetSeed( int iSeed ) = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user