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
4
void
randomPoint
(
double
& x,
double
& y);
5
6
#endif
randomPoint
void randomPoint(double &x, double &y)
Definition
random.cpp:5
Assignment2
P3
random.h
Generated on Thu Nov 14 2024 10:59:44 for COMP2113 by
1.12.0