search for: noncomputer

Displaying 2 results from an estimated 2 matches for "noncomputer".

Did you mean: nencomputer
2010 Oct 31
5
Using WinPcSign Pro with Wine
I have tried to install my WinPcSign with wine, and it appears to install smoothly except for the usb dongle key. The program is WinPcSign Pro by Signmax http://www.signmax.us/ The program has a usb dongle with it. The program must be installed from cd before you plug in the usb dongle. The dongle installs automatically and then its up and running. Any help would be appreciated. I think
2011 Jul 25
1
Problem with random number simulation
...doesn't do anything. Could someone try running it? And if ti does the same, could you tell me why it may be doing this A few points of clarification: After each round, an uneven coin (90/10 probability) is flipped to see if the game continues (hence the while loop). And every 10 hands, the noncomputer player changes strategy (hence the if...modulus 20 statement) Thanks lambda=0.8 game=1 count=0 a=0.1 b=0.7 x=numeric() y=numeric() xval=x yval=y while(game==1) { count=count+1 x[count]=runif(1,0,1) y[count]=runif(1,0,1) if ((count%%20)<10) {...