v0.13
v0.13
- Sample shorthand notation can go in either order. That is,
100 @ sq.norm(1, 2)now works and is the same assq.norm(1, 2) @ 100, which is the same assq.sample(sq.norm(1, 2), n=100).
100 @ sq.norm(1, 2) now works and is the same as sq.norm(1, 2) @ 100, which is the same as sq.sample(sq.norm(1, 2), n=100).