Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 409 Bytes

Instructions

  • look at the non STL code in randomize.nostl.cpp
    • it creates a vector of ints at regular intervals
    • it randomizes them
    • it computes differences between consecutive ints and the mean and variance of it
  • open randomize.cpp and complete the “translation” to the STL
  • see how easy it is to reuse the code with complex numbers, by calling compute with objects of type Complex