Feeds
提问
Adding unique values to an array
I'm trying to generate 100 unique random numbers. I've been trying through various iterations to either do an if not in RNQ a...
3 years 前 | 1 个回答 | 0
1
个回答提问
Random Numbers from Stationary Distribution
I have a set of pre-generated probabilities, ie. a=1/120, b=1/120 etc. and I need to generate n random numbers from the set [1:...
3 years 前 | 3 个回答 | 0
3
个回答提问
How to create a list/array of output from Simulation
I've got a simulation, and I want to somehow count the number of times I get the value V = 100 through all my simulations. At...
3 years 前 | 1 个回答 | 0
