Perlin noise support

Hi, all!

Does Armory or Kha support Perlin noise? Or should I bind stb_perlin.h myself?
I need it for camera shakes. Also I need it for procedural landmass generation, but that is
handled by C++ code, so I just use stb_perlin.h there.