Review the course slides for Chapter 4 with a special emphasis on the code examples on
pThread.
Write a C/C++ program that creates a thread that generates a random real number between 0
and 1 (e.g., 0.288, 0.993, 0.1, 0.333) and prints out the generated random number.
Files to submit:
Firstname_lastname.c (or firstname_lastname.cpp)