$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [random][rational] Is there any standard way to generate a random rationals?
From: Damian Vicino (damian.vicino_at_[hidden])
Date: 2015-03-05 14:12:25
Hi,
Iâm using Boost.Rational in a simulation program.
for some experiment, I want to generate some random values between 2 rational numbers.
Iâm wondering if someone already worked on this.