[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] RandomArray



Hi i cant use the random_integers function



from RandomArray import *
map = random_integers(1,0, (5,5))


Output: -->ImportError: No module named RandomArray


how can use the function? Thanks