Quote Originally Posted by cilu View Post
You mean:
Code:
Random^ r = gcnew Random();

int x=r->Next(0,2);
Thanks!