JuliaMath / JuliaMath/MeasureBase.jl
`rand` on `ProductMeasure` with different measures
Open
- Dominant language
- Julia
- Stars
- 32
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The line
```julia
elT = typeof(rand(rng, T, first(mar)))
```
assumes that all samples will be of the same type as `first(mar)` which is not necessarily true if you combine different measures.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.