COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1#ifndef RANDOM_H
2#define RANDOM_H
3
4void randomPoint(double & x, double & y);
5
6#endif
void randomPoint(double &x, double &y)
Definition random.cpp:5