Skip to content

cf_make_noise

Category: noise
GitHub: cute_noise.h


Returns a CF_Noise for generating noise at specified points.

CF_Noise cf_make_noise(uint64_t seed);
Parameters Description
seed Used to seed the sequence of numbers generated. Default 0.

Remarks

You're probably looking for image generation functions such as cf_noise_pixels or cf_noise_fbm_pixels. This function is fairly low-level and intended for those who know what they're doing.

CF_Noise
cf_noise4
cf_make_noise_fbm
cf_destroy_noise
cf_noise2
cf_noise3