hipipe icon indicating copy to clipboard operation
hipipe copied to clipboard

Add `stream::random_fill` and `stream::generate` with a `cond` column

Open FloopCZ opened this issue 7 years ago • 0 comments

This may be useful for generators that are non-trivial and don't need to be used for each item.

The implementation is quite simple: just propagate the cond<> column to stream::transform.

FloopCZ avatar Sep 26 '18 13:09 FloopCZ