@@ -84,7 +84,7 @@ rn2_on_display_rng(register int x)
{
staticunsignedseed=1;
seed*=2739110765;
return(int)((seed>>16)%(unsigned)x);
return(int)((seed>>16)%(unsigned)x);
}
#endif /* USE_ISAAC64 */
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.