1 #ifndef BLANK_AI_RANDOMWALK_HPP_
2 #define BLANK_AI_RANDOMWALK_HPP_
4 #include "Controller.hpp"
6 #include "../rand/GaloisLFSR.hpp"
13 /// Randomly start or stop moving in axis directions every now and then.
18 RandomWalk(Entity &, std::uint64_t seed) noexcept;
21 void Update(int dt) override;
24 void Change() noexcept;