#ifndef __RANDOM_TOOLS_H__
#define __RANDOM_TOOLS_H__

#include "OgreTexture.h"

class RandomTools
{
public:
	static Ogre::TexturePtr generateRandomVelocityTexture();
};

#endif
