• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about C code...

int njbrzdfnzdfond = rand () % 101;

will give you a random number from 0 through 100, and store it in njbrzdfnzdfond.

EDIT: Your original wording is kind of vauge;

int vhasdjklhvasdfjkh = rand () % 100;

will give you a random number from 0 through 99 and store it in vhasdjklhvasdfjkh.
 
Back
Top