Let for any matrix $X$, its $l_1$-norm is given by $$\|X\|_1=\sum_{i,j}|x_{ij}|.$$ Let $x>0$ be given fixed number. How could I generate random quantum states $X$'s (i.e., positive semidefinite [i.e., $y^*Xy\geq 0$ for all vector $y$] having trace 1) such that $\|X\|_1=x$? Note that if $X$ is $n\times n$, $\|X\|_1\in[0,n-1]$.
P.S. I have edited the question following Szabolcs's comment.