Skip to content

Instantly share code, notes, and snippets.

@nornagon
Created January 7, 2013 05:05
Show Gist options
  • Save nornagon/4472517 to your computer and use it in GitHub Desktop.
Save nornagon/4472517 to your computer and use it in GitHub Desktop.
playing with bytebeat
T = function(s,v) { var x = t*v; return (x*(3+1*s[(x>>10)%s.length]))%255 },
S = function(s,v) { var x = t*v; return (x*(3+1*s[(x>>10)%s.length]))%255>127?255:0 },
(T("121312123321",1) + T("12131212332",1.005))/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment