Distributed.@everywhere alters random generator state?
|
|
2
|
260
|
July 6, 2023
|
UndefVarError: `Random` not defined
|
|
1
|
324
|
July 3, 2023
|
Why Random.seed!(123) don't produce the same result?
|
|
2
|
371
|
May 14, 2023
|
Efficient way of creating a vector of length L with unique elements
|
|
3
|
453
|
May 5, 2023
|
Is this an expected behavior of rand.()?
|
|
4
|
426
|
April 21, 2023
|
Best way to get a vector of BigFloat values drawn from a uniform distribution
|
|
4
|
470
|
April 9, 2023
|
Picking a random position in an Array
|
|
16
|
1142
|
March 13, 2023
|
CUDA errors 203 and 103, CUDA.rand() and CUDA.versioninfo()
|
|
6
|
895
|
February 15, 2023
|
Generating a sparse matrix from a piecewise function
|
|
2
|
412
|
December 2, 2022
|
How to pick random values from an `Enum` type?
|
|
1
|
625
|
November 16, 2022
|
Saving RNG state/reproducibility in large scale Monte Carlo simulations
|
|
17
|
687
|
October 29, 2022
|
Shuffling multiple N-arrays over a given dimension
|
|
2
|
858
|
October 27, 2022
|
Sampling an index from a boolean array
|
|
7
|
487
|
October 3, 2022
|
Recreate a random number series when not using Random.seed!(my_seed)
|
|
12
|
508
|
October 1, 2022
|
Major performance boost when precaching random inputs to ```exp```?
|
|
8
|
771
|
September 25, 2022
|
Best practices for defining stochastic affect! functions for Jump Problems (RNG)
|
|
7
|
533
|
September 15, 2022
|
Frédéric Goualard found an inexactness in our rand()
|
|
19
|
1036
|
September 8, 2022
|
Randomly select x% of elements in a array/matrix
|
|
11
|
2819
|
July 19, 2022
|
How to generate normalized random floats in range (0;1)
|
|
4
|
438
|
July 7, 2022
|
Does Julia have any utility to "split" RNGs for later use in parallel?
|
|
4
|
813
|
June 14, 2022
|
First actuarial example
|
|
4
|
570
|
May 29, 2022
|
Move Random into Base?
|
|
22
|
3595
|
May 9, 2022
|
Equivalent of the Python Package PaCAL in Julia
|
|
1
|
1605
|
April 26, 2022
|
Create a custom Random.Sampler or Matrix sampler via Distribution.Sampleable
|
|
0
|
303
|
April 22, 2022
|
Random123 reproducible independent and multithreaded
|
|
0
|
370
|
March 29, 2022
|
Random numbers and threads
|
|
30
|
3842
|
March 29, 2022
|
Creating random Static Vector by StaticVector.jl and Distributions.jl in a loop
|
|
4
|
696
|
March 27, 2022
|
How to sample data without using external packages?
|
|
12
|
527
|
March 1, 2022
|
Random number iterator?
|
|
5
|
1051
|
February 13, 2022
|
Question about random number generator packages
|
|
2
|
440
|
February 8, 2022
|