UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

8 lines 239 B
import { TgdCodeFunctions } from "../shader"; /** * Generates function `float random(vec2 seed)`. */ export declare function tgdCodeFunction_random(options?: { name?: string; }): TgdCodeFunctions; //# sourceMappingURL=random.d.ts.map