cs50 project findmore Implemented in generate.c is a program that uses a "pseudorandom-number generator" (via a function called drand48) to generate a whole bunch of random (well, pseudorandom, since computers can’t actually generate truly random) numbers, one per line, each of which is in [0, LIMIT), where LIMIT is a constant defined within the file, so to speak. That is, each is greater than or equal to 0 and less than LIMIT.
-
Notifications
You must be signed in to change notification settings - Fork 0
Roy-Mao/findmore
About
cs50 project findmore
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published