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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
