<div dir="ltr">Hello! <div><br></div><div>I am trying to determine the execution time for my matrix multiplication program and for that I need to generate a large enough List of Lists of random integers. Say I want to generate a matrix with a 1000 rows (that is 1000 lists inside a list). Is there any way of doing it? I can generate a list of random numbers using list comprehension but can't figure out how to go about building a list of lists. </div><div><br></div><div>Regards</div><div>Awsaf </div></div>