`check-bounds=no` causes illegal memory access when using `rand()` in CUDA kernel
|
|
3
|
77
|
May 31, 2025
|
Draw a random number through a probability distribution defined as an array
|
|
5
|
100
|
May 21, 2025
|
Disable default rng
|
|
10
|
162
|
May 8, 2025
|
Sprand fails to construct a SparseVector
|
|
3
|
38
|
May 8, 2025
|
My new random number generator
|
|
3
|
230
|
April 20, 2025
|
Product distribution allocates (a lot)
|
|
9
|
159
|
March 11, 2025
|
GPU backend-agnostic way to create efficiently random number on the GPU
|
|
3
|
112
|
March 3, 2025
|
Random numbers, with MersenneTwister, not stable across major releases
|
|
8
|
203
|
November 7, 2024
|
Noise inside an activation function in DifferentialEquations.jl
|
|
2
|
51
|
August 18, 2024
|
Why are `seed!` and `default_rng` not public?
|
|
1
|
105
|
July 17, 2024
|
How do I create an array with random unique numbers in a specific range?
|
|
20
|
1307
|
June 24, 2024
|
Random number reproducibility from Poisson distribution
|
|
2
|
276
|
June 8, 2024
|
Random sampling with rand(Uniform(0,1), n)
|
|
4
|
482
|
May 30, 2024
|
Rand() doesn't work with dims as tuple of Uint
|
|
5
|
241
|
April 10, 2024
|
How to evaluate multivariate log normal distribution at arbitrary point?
|
|
2
|
211
|
April 7, 2024
|
True random numbers
|
|
14
|
1303
|
March 18, 2024
|
Random seed initialization with splitmix
|
|
7
|
557
|
February 21, 2024
|
Random number generation
|
|
19
|
1492
|
February 10, 2024
|
Can rand generate random vectors with custom type entries?
|
|
5
|
484
|
December 2, 2023
|
Static array with uniform distribution
|
|
2
|
327
|
November 30, 2023
|
Custom Sampler with multiple parameters
|
|
4
|
250
|
November 23, 2023
|
Output distribution of rand(Float32) and rand(Float64), thread 2
|
|
437
|
6529
|
November 19, 2023
|
QMC vs rand
|
|
12
|
584
|
November 16, 2023
|
Generating Float32 uniform random numbers with Distributions.jl
|
|
2
|
822
|
November 6, 2023
|
ANN: TupleShuffling: shuffling of tuples and generating random permutation tuples
|
|
3
|
410
|
October 28, 2023
|
Getting Reproducible Results in Distributed Computing with Randomness
|
|
2
|
360
|
September 7, 2023
|
Same code but different values of simulation from two computers
|
|
3
|
376
|
September 6, 2023
|
How to generate white noise?
|
|
1
|
758
|
July 16, 2023
|
Distributed.@everywhere alters random generator state?
|
|
2
|
252
|
July 6, 2023
|
UndefVarError: `Random` not defined
|
|
1
|
322
|
July 3, 2023
|