pub fn init()
Initializes the noise library.
This function must be called before any other noise functions are used.
cgl_rs::noise::init(); // Use noise functions here cgl_rs::noise::shutdown();