]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] More efficient System.Random_Numbers.Random_Discrete for 32-bit types
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 7 Jan 2020 22:04:13 +0000 (23:04 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 3 Jun 2020 10:01:34 +0000 (06:01 -0400)
commiteebcb5618002bcd30219203ce4c59b0ef809f236
treef15378fd2ea1903a6a23c123a5a651f635fa91bd
parent8f8fc3840e9ac62a053fc8ebe0d25955a9ecf290
[Ada] More efficient System.Random_Numbers.Random_Discrete for 32-bit types

2020-06-03  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* libgnat/s-rannum.adb (Random_Discrete): In the 32-bit case,
use the same linear implementation as in the 64-bit case when
the type has a contiguous representation.
gcc/ada/libgnat/s-rannum.adb