1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +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
{
public:
virtual ~IUniformRandomStream() {}
// Sets the seed of the random number generator
virtual void SetSeed( int iSeed ) = 0;