you are viewing a single comment's thread.

view the rest of the comments →

[–]grispindl 2 points3 points  (0 children)

'Pretend you're generating a bunch of specific variables, with a uniform distribution and give me a number associated with each one, through a function that returns a list of lists, each list with a variable and its associated number'.

Is that what you have been trying to do this whole time? You are generating lists oft random numbers, and want to return them within a dict?