import {ShaderModule} from '../../types';

/** Quick random generator for fragment shaders */
export const random: ShaderModule;
