[PLUGIN] Mersenne Twister Random Simple Plugin

MTRandomSimple is the blueprint plugin for Unreal Engine 4 that provide a generation of true random number by Mersenne Twister mt19937 algorithm. It works with Byte, Int, Int64, Float, Vector and Rotator types of data.

Mersenne Twister is a very fast random number generator, that was developed in 1997 by Makoto Matsumoto and Takuji Nishimura. It was designed specifically to rectify most of the flaws found in older PRNGs.

It can be used for making a high quality gambling mechanic, procedural level generation, random events and much more.

Features:

  • No C++ coding required, everything can be managed via blueprints

  • Callable Blueprint nodes for generate random Integer, Integer64, Bool, Byte, Float, Vector and Rotator types of data (between Min and Max values of data type)

  • Pure Blueprint nodes for generate random Integer, Integer64, Bool, Byte, Float, Vector and Rotator types of data (between Min and Max values of data type)

Asset link:
(Mersenne Twister Random Simple Plugin in - UE Marketplace)

Feel free to write your advice or your opinion here!