CUDA errors 203 and 103, CUDA.rand() and CUDA.versioninfo()
|
|
6
|
874
|
February 15, 2023
|
Generating a sparse matrix from a piecewise function
|
|
2
|
402
|
December 2, 2022
|
How to pick random values from an `Enum` type?
|
|
1
|
613
|
November 16, 2022
|
Saving RNG state/reproducibility in large scale Monte Carlo simulations
|
|
17
|
674
|
October 29, 2022
|
Shuffling multiple N-arrays over a given dimension
|
|
2
|
845
|
October 27, 2022
|
Sampling an index from a boolean array
|
|
7
|
475
|
October 3, 2022
|
Recreate a random number series when not using Random.seed!(my_seed)
|
|
12
|
456
|
October 1, 2022
|
Major performance boost when precaching random inputs to ```exp```?
|
|
8
|
763
|
September 25, 2022
|
Best practices for defining stochastic affect! functions for Jump Problems (RNG)
|
|
7
|
511
|
September 15, 2022
|
Frédéric Goualard found an inexactness in our rand()
|
|
19
|
1003
|
September 8, 2022
|
Randomly select x% of elements in a array/matrix
|
|
11
|
2685
|
July 19, 2022
|
How to generate normalized random floats in range (0;1)
|
|
4
|
420
|
July 7, 2022
|
Does Julia have any utility to "split" RNGs for later use in parallel?
|
|
4
|
779
|
June 14, 2022
|
First actuarial example
|
|
4
|
554
|
May 29, 2022
|
Move Random into Base?
|
|
22
|
3582
|
May 9, 2022
|
Equivalent of the Python Package PaCAL in Julia
|
|
1
|
1602
|
April 26, 2022
|
Create a custom Random.Sampler or Matrix sampler via Distribution.Sampleable
|
|
0
|
298
|
April 22, 2022
|
Random123 reproducible independent and multithreaded
|
|
0
|
361
|
March 29, 2022
|
Random numbers and threads
|
|
30
|
3744
|
March 29, 2022
|
Creating random Static Vector by StaticVector.jl and Distributions.jl in a loop
|
|
4
|
684
|
March 27, 2022
|
How to sample data without using external packages?
|
|
12
|
525
|
March 1, 2022
|
Random number iterator?
|
|
5
|
1030
|
February 13, 2022
|
Question about random number generator packages
|
|
2
|
431
|
February 8, 2022
|
LoadError: ArgumentError: Sampler for this object is not defined
|
|
6
|
1523
|
January 27, 2022
|
Multithreading and Monte Carlo in 1.7
|
|
12
|
892
|
December 31, 2021
|
Random julia v 1.7
|
|
10
|
3443
|
December 27, 2021
|
Identical Random number generation in a DataFrame based on row categories
|
|
9
|
445
|
December 17, 2021
|
Very special RNG
|
|
3
|
706
|
December 17, 2021
|
Julia 1.7 saving and restoring RNG state
|
|
3
|
648
|
December 13, 2021
|
Draw two distinct random integers from `1:n`
|
|
24
|
3097
|
December 3, 2021
|