<div dir="ltr"><div dir="ltr">One part of moving randomgen closer to fulfilling NEP-19 is rationalizing the API, especially new features not in RandomState. Matti Picus has made a lot of progress in getting it integrated, especially the part of replacing RandomState shimed version of the new generator.<div><br></div><div>There is only one new method in the generator, a scalar generator for complex normals. It is scalar in the sense that it is the complex version of np.random.normal, and so supports broadcasting. </div><div><br></div><div>This was written based on some GH comments.  This would be a new API and so it needs to come here first to see if there is any support. </div><div><br></div><div>If there is support, then it will appear in the new RandomGenerator, but not the RandomState replacement. If not, then we can just delete it.  </div><div><br></div><div>Kevin</div><div><br></div></div></div>