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;