1
a=sc.array([0,1])
b=sc.array([1,0])
c=sc.array([0,-1])
d=sc.array([-1,0])
orientation_list=(sc.array([a,b,c,d])).tolist()
#---------------------------------------------------------------------
#i am trying sth like this
tab=sc.random.random_integers(orientation_list)
我想要的「標籤」來檢索隨機上述arrays.For例如「標籤=之一[0,1 ]' 有沒有辦法?
好的,感謝您的評論! – George