powered by
If seed is precise, a new seed is initialised.
urand.bigz(nb=1,size=200, seed = 0)
# Integers are differents urand.bigz() urand.bigz() urand.bigz() # Integers are the same urand.bigz(seed="234234234324323") urand.bigz(seed="234234234324323") # Vector urand.bigz(nb=50,size=30)
Run the code above in your browser using DataLab