Picking a random position in an Array
|
|
16
|
388
|
March 13, 2023
|
CUDA errors 203 and 103, CUDA.rand() and CUDA.versioninfo()
|
|
6
|
120
|
February 15, 2023
|
Generating a sparse matrix from a piecewise function
|
|
2
|
133
|
December 2, 2022
|
How to pick random values from an `Enum` type?
|
|
1
|
182
|
November 16, 2022
|
Saving RNG state/reproducibility in large scale Monte Carlo simulations
|
|
17
|
310
|
October 29, 2022
|
Shuffling multiple N-arrays over a given dimension
|
|
2
|
303
|
October 27, 2022
|
Sampling an index from a boolean array
|
|
7
|
198
|
October 3, 2022
|
Recreate a random number series when not using Random.seed!(my_seed)
|
|
12
|
160
|
October 1, 2022
|
Major performance boost when precaching random inputs to ```exp```?
|
|
8
|
539
|
September 25, 2022
|
Best practices for defining stochastic affect! functions for Jump Problems (RNG)
|
|
7
|
190
|
September 15, 2022
|
Frédéric Goualard found an inexactness in our rand()
|
|
19
|
738
|
September 8, 2022
|
Randomly select x% of elements in a array/matrix
|
|
11
|
838
|
July 19, 2022
|
How to generate normalized random floats in range (0;1)
|
|
4
|
210
|
July 7, 2022
|
Does Julia have any utility to "split" RNGs for later use in parallel?
|
|
4
|
284
|
June 14, 2022
|
First actuarial example
|
|
4
|
303
|
May 29, 2022
|
Move Random into Base?
|
|
22
|
2196
|
May 9, 2022
|
Equivalent of the Python Package PaCAL in Julia
|
|
1
|
942
|
April 26, 2022
|
Create a custom Random.Sampler or Matrix sampler via Distribution.Sampleable
|
|
0
|
147
|
April 22, 2022
|
Random123 reproducible independent and multithreaded
|
|
0
|
203
|
March 29, 2022
|
Random numbers and threads
|
|
30
|
1505
|
March 29, 2022
|
Creating random Static Vector by StaticVector.jl and Distributions.jl in a loop
|
|
4
|
374
|
March 27, 2022
|
How to sample data without using external packages?
|
|
12
|
367
|
March 1, 2022
|
Random number iterator?
|
|
5
|
524
|
February 13, 2022
|
Question about random number generator packages
|
|
2
|
250
|
February 8, 2022
|
LoadError: ArgumentError: Sampler for this object is not defined
|
|
6
|
862
|
January 27, 2022
|
Multithreading and Monte Carlo in 1.7
|
|
12
|
531
|
December 31, 2021
|
Random julia v 1.7
|
|
10
|
1990
|
December 27, 2021
|
Identical Random number generation in a DataFrame based on row categories
|
|
9
|
237
|
December 17, 2021
|
Very special RNG
|
|
3
|
486
|
December 17, 2021
|
Julia 1.7 saving and restoring RNG state
|
|
3
|
389
|
December 13, 2021
|