mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
Update IUniformRandomStream.
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
class IUniformRandomStream
|
||||
{
|
||||
public:
|
||||
virtual ~IUniformRandomStream() {}
|
||||
|
||||
// Sets the seed of the random number generator
|
||||
virtual void SetSeed( int iSeed ) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user