1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-21 04:56:01 +08:00

Update IUniformRandomStream.

This commit is contained in:
Nicholas Hastings
2014-10-29 20:49:28 -04:00
parent d57bb2a660
commit 5474d11ed0

View File

@ -27,6 +27,8 @@
class IUniformRandomStream class IUniformRandomStream
{ {
public: public:
virtual ~IUniformRandomStream() {}
// Sets the seed of the random number generator // Sets the seed of the random number generator
virtual void SetSeed( int iSeed ) = 0; virtual void SetSeed( int iSeed ) = 0;