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.
_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp