Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true.

For example:

random_binary(10,4)

could result in

[1 0 0 1 1 0 0 0 1 0]

This task is related to problem 1089.

Solution Stats

394 Solutions

103 Solvers

Last Solution submitted on Oct 28, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...