Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <memory>
#include <cstdlib> // For random number generator
#include <ctime> // For time function
#include "Truckload.h"
#include "Truckload.cpp"

// Function to generate integral random box dimensions from 1 to max_size
inline double random(double max_size)
Expand Down