Functions
Stoch provides UE4's random utility functions using improved Rand Range functions. All UE4 functions which used Rand Range internally have been reimplemented using Stoch's version. All blueprint functions are listed under the namespace 'Stoch':
Rand Range Functions
- Random Integer In Range
- Random Integer64 In Range
- Random Float In Range
- Random Point in Bounding Box
Functions Using Rand Range
- Random Unit Vector (2D)
- Random Unit Vector in Cone (2D)
- Random Rotator
- Random Color
- Random Color Hue