other random types

hi

looking for a random value generator
see there are a number of random generators - bool to float etc
however i am looking for a more sophisticated random value, like a random value from a standard distribution , ie one that is not necessarily equally probable

thanks

I’m pretty sure you have to code it yourself, or use something like

https://www.fab.com/listings/db87ea7d-862e-49bb-a6c8-b6259066582f

you might be able to use the ones provided by the std if you’re using cpp. and/or expose them to bps.
std::normal_distribution - cppreference.com