How do I get Odd numbers 1-100 ?
Discussion posts and replies are publicly visible
If you're looking for pure performance then this is a better option. For 100 numbers though the difference is essentially non-existent.
where( apply( fn!mod, 1 + enumerate(100000), 2 ) <> 0 )