Function cgl_rs::noise::init

source ·
pub fn init()
Expand description

Initializes the noise library.

This function must be called before any other noise functions are used.

Example

cgl_rs::noise::init();
// Use noise functions here
cgl_rs::noise::shutdown();