On Monday, 15 July 2019 at 13:40:29 UTC, Ben Ogles wrote: > I have written a simple function that can call another function > over integral types with random arguments: > > [...] You cannot. meta-programming and compile-time evaluation are supposed to be deterministic, and hence cannot take random values.