On 22 Sep 2013 23:04, "David Goldsmith" <d.l.goldsm...@gmail.com> wrote:
>
> Is np.random.randint(2, size=N) the fastest way to do this?  Thanks!

Are you concerned about speed or memory use? The operation you show should
already be quite fast. A more memory efficient approach would be to
generate integers and use their binary representation.

Stéfan
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to