← Back to team overview

yade-users team mailing list archive

Re: [Question #690815]: CPU random generator warning

 

Question #690815 on Yade changed:
https://answers.launchpad.net/yade/+question/690815

    Status: Open => Answered

Robert Caulk proposed the following answer:
Yes, sadly this problem seems very far removed from Yade. I guess the
problem would even occur without yade, so just start Python and generate
a random number:

import numpy as np

rn = np.random.rand(3,1)

print(rn)

If it is the case, then really you should use that MWE right there and
go to stack overflow.

Good luck.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.