mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
@ -27,8 +27,6 @@
|
|||||||
class VSTDLIB_CLASS IUniformRandomStream
|
class VSTDLIB_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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user