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

1 Like

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

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

2 Likes

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.