This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Skip to content | |
| This repository | |
| Search | |
| Pull requests | |
| Issues | |
| Gist | |
| @TsukishirOSan | |
| Unwatch 1 | |
| Star 0 | |
| Fork 0 TsukishirOSan/ModuleFive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <time.h> | |
| #include <stdlib.h> | |
| /** prototypes **/ | |
| /** takes either the x velocity or the y velocity and return randomly an integer from a const array of ints which is x | |
| *** or returns randomly only positive integers from the array of int as y | |
| **/ | |
| int randVlo(char v); |