Skip to content

Instantly share code, notes, and snippets.

@lukasa1993
Last active January 4, 2016 06:48
Show Gist options
  • Save lukasa1993/8583883 to your computer and use it in GitHub Desktop.
Save lukasa1993/8583883 to your computer and use it in GitHub Desktop.
int a = 101;
int c = 1;
int m = 128;//2^7
long wkgGenerator (long z)
{
return simDiv(z * a, 8, 3);
}
float tanabari (float y, int b1,int b2)
{
return y * (b2 - b1) + b1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment