Subject: Re: [boost] Is there any interest in getting pseudo random number generation using preprocessor at compile time into the Preprocessor library?
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2012-08-20 03:14:57


Hi Alexander,

On Aug 17, 2012, at 5:35 AM, "Alexander Stoyan" <alexander.stoyan_at_[hidden]> wrote:
> Does anyone else have any thoughts of the proposed feature or it the
> question can be considered closed?

I have a need for pseudorandom numbers at compile time to test compile-time graph algorithms; however I guess a template metaprogram rather than preprocessor metaprogram is sufficient for what I'm trying to do.

Cheers,
Gordon