About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
mio-U-M
1/17/2020 - 9:04 AM
share
Share
add_circle_outline
Save
GLSL : Random Function
GLSL Random Function
content_copy
file_download
float random (in vec2 _st) { return fract(sin(dot(_st.xy, vec2(12.9898,78.233))) * 43758.5453123); }
clear