Skip to content

Instantly share code, notes, and snippets.

View TsukishirOSan's full-sized avatar

Faïza Harbi TsukishirOSan

View GitHub Profile
@TsukishirOSan
TsukishirOSan / faiza.h
Created April 22, 2015 06:42
header file , contains prototype(s)
#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);