Skip to content

Instantly share code, notes, and snippets.

@fernoe1
Created March 23, 2026 13:19
Show Gist options
  • Select an option

  • Save fernoe1/da70d597aaf6f01f02a4eb819cf0674f to your computer and use it in GitHub Desktop.

Select an option

Save fernoe1/da70d597aaf6f01f02a4eb819cf0674f to your computer and use it in GitHub Desktop.
float random2D(vec2 value) {
return fract(sin(dot(value.xy, vec2(12.9898,78.233))) * 43758.5453123);
}
@fernoe1
Copy link
Copy Markdown
Author

fernoe1 commented Mar 23, 2026

Returns value from 0.0 to 1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment