Getting Reproducible Results in Distributed Computing with Randomness
|
|
2
|
89
|
September 7, 2023
|
Same code but different values of simulation from two computers
|
|
3
|
165
|
September 6, 2023
|
How to generate white noise?
|
|
1
|
182
|
July 16, 2023
|
Distributed.@everywhere alters random generator state?
|
|
2
|
75
|
July 6, 2023
|
UndefVarError: `Random` not defined
|
|
1
|
59
|
July 3, 2023
|
Why Random.seed!(123) don't produce the same result?
|
|
2
|
114
|
May 14, 2023
|
Efficient way of creating a vector of length L with unique elements
|
|
3
|
130
|
May 5, 2023
|
Is this an expected behavior of rand.()?
|
|
4
|
241
|
April 21, 2023
|
Best way to get a vector of BigFloat values drawn from a uniform distribution
|
|
4
|
202
|
April 9, 2023
|
Picking a random position in an Array
|
|
16
|
472
|
March 13, 2023
|
CUDA errors 203 and 103, CUDA.rand() and CUDA.versioninfo()
|
|
6
|
358
|
February 15, 2023
|
Generating a sparse matrix from a piecewise function
|
|
2
|
188
|
December 2, 2022
|
How to pick random values from an `Enum` type?
|
|
1
|
308
|
November 16, 2022
|
Saving RNG state/reproducibility in large scale Monte Carlo simulations
|
|
17
|
402
|
October 29, 2022
|
Shuffling multiple N-arrays over a given dimension
|
|
2
|
384
|
October 27, 2022
|
Sampling an index from a boolean array
|
|
7
|
286
|
October 3, 2022
|
Recreate a random number series when not using Random.seed!(my_seed)
|
|
12
|
223
|
October 1, 2022
|
Major performance boost when precaching random inputs to ```exp```?
|
|
8
|
608
|
September 25, 2022
|
Best practices for defining stochastic affect! functions for Jump Problems (RNG)
|
|
7
|
246
|
September 15, 2022
|
Frédéric Goualard found an inexactness in our rand()
|
|
19
|
817
|
September 8, 2022
|
Randomly select x% of elements in a array/matrix
|
|
11
|
1171
|
July 19, 2022
|
How to generate normalized random floats in range (0;1)
|
|
4
|
249
|
July 7, 2022
|
Does Julia have any utility to "split" RNGs for later use in parallel?
|
|
4
|
369
|
June 14, 2022
|
First actuarial example
|
|
4
|
364
|
May 29, 2022
|
Move Random into Base?
|
|
22
|
2741
|
May 9, 2022
|
Equivalent of the Python Package PaCAL in Julia
|
|
1
|
1209
|
April 26, 2022
|
Create a custom Random.Sampler or Matrix sampler via Distribution.Sampleable
|
|
0
|
198
|
April 22, 2022
|
Random123 reproducible independent and multithreaded
|
|
0
|
252
|
March 29, 2022
|
Random numbers and threads
|
|
30
|
2013
|
March 29, 2022
|
Creating random Static Vector by StaticVector.jl and Distributions.jl in a loop
|
|
4
|
450
|
March 27, 2022
|