@@ -10,7 +10,7 @@ import Base: *, +, -, /, <, ==, >, \, ≤, ≥, (:), @propagate_inbounds,
1010 cumsum, dataids, diff, div, eltype, fill, findfirst, first, floatrange, getindex, hcat,
1111 in, ind2sub_rs, intersect, inv, isempty, isinf, issorted, last, length, lt, max,
1212 maximum, minimum, mod, one, ones, parent, parentindices, permutedims, print_matrix, print_matrix_row,
13- print_matrix_vdots, promote_rule, reinterpret, reshape, reverse, searchsorted,
13+ print_matrix_vdots, promote_rule, rand, reinterpret, reshape, reverse, searchsorted,
1414 searchsortedfirst, searchsortedlast, setindex!, show, show_circular, show_delim_array, sign,
1515 signbit, similar, size, sort, sort!, step, sum, tail,
1616 to_shape, transpose, unaliascopy, union, unitrange_last, unsafe_convert, unsafe_indices, unsafe_length,
@@ -42,12 +42,15 @@ import FillArrays: AbstractFill, Eye, Fill, Ones, RectDiagonal, Zeros, fill_resh
4242import Infinities: InfiniteCardinal, Infinity, ∞
4343
4444import LazyArrays: AbstractCachedVector, ApplyLayout, CachedArray, CachedVector, InvColumnLayout,
45- LazyArrayStyle, LazyLayout, LazyMatrix, PaddedColumns, _padded_sub_materialize, sub_paddeddata
45+ LazyArrayStyle, LazyLayout, LazyMatrix, PaddedColumns, _padded_sub_materialize, resizedata!,
46+ sub_paddeddata
4647
4748import LinearAlgebra: AdjOrTrans, HermOrSym, diag, norm, norm1, norm2, normp
4849
4950import LazyArrays: AbstractPaddedLayout
5051
52+ import Random: default_rng
53+
5154export ∞, ℵ₀, Hcat, Vcat, Zeros, Ones, Fill, Eye, BroadcastArray, cache
5255import Base: unitrange, oneto
5356
@@ -56,6 +59,7 @@ import Base: unitrange, oneto
5659include (" infrange.jl" )
5760include (" infarrays.jl" )
5861include (" reshapedarray.jl" )
62+ include (" infrand.jl" )
5963
6064# #
6165# Fill FillArrays
0 commit comments