bask.utils.r2_sequence

bask.utils.r2_sequence(n, d, seed=0.5)[source]

Output n points of the infinite R2 quasi-random sequence.

Parameters:
nint

Number of points to generate

dint

Number of dimensions for each point

seedfloat in [0, 1], default=0.5

Seed value for the sequence

Returns:
zndarray, shape (n, d)

n points of the R2 sequence